hello
i want to read variable value in .xml file so plz help me

this is the code

<method name="load">
<parameter name="aURI"/>
<body><![CDATA[
if (!aURI)
aURI = 'about:blank';
this.browser.lo adURI(aURI);
this.setAttribu te('src', aURI);
]]></body>
</method>



i want to value...