Alexandre Mazouz wrote:
Sorry,
i have : xElt.getElementsByTagName(...);
xElt is a XMLElement.
i want to use your function instead of getElementsByTagName but i don't know
how can i make it.
Hmm... as I see it, there is only one way: change every instance of
xElt.getElementsByTagName("pipeline") to getElementsByTagNameNoNS(xElt,
"pipeline", "map") either manually or using your editor of choice
search&replace.
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]