[
Lists Home |
Date Index |
Thread Index
]
This may be easy for someone out there to answer,
but how do I pass xml attributes to a JavaScript function i.e.
xml file
<NAME>mark</NAME>
<AGE>28</AGE>
javacript:print(NAME,AGE)
reports error NAME not defined.
Regards Mark Wilde
email mark.wilde@eds.com
|