I've tried just about every syntax I can think of but with no success.
Response.write(objxml.xml) <<<< No problem
onclick='javascript: passfare("<%objxml%>"
<script language="javascript">
function fillfare(objxml)
{
alert(objxml); <<<<<<< empty
}
</Script>
Any help at all would be much appreciated. Thanks