[
Lists Home |
Date Index |
Thread Index
]
> This may be easy for someone out there to answer,
No, it's impossible to answer without knowing what you're calling the
JavaScript function from. From XSLT? From HTML? From Java? From JavaScript
itself, perhaps?
Mike Kay
>
> 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
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
|