Hi, I have an xml document with multiple namespaces and I'm wondering how to handle them with xsl. The document looks like the following: <?xml version="1.0" encoding="UTF-8"?> <parent xmlns="url1" xmlns:ns2="url2" xmlns:ns3="url3"> <child/> <sibling xmlns="url2" xmlns:ns4="url5"> <ns4:grandchild/> </sibling> </parent> Of course I know how to handle namespaces from the root level, but how would I handle these child elements that redeclare namespaces? -- Sam Fuqua ÓÍ ÈÇ 454Received on Tuesday, 5 May 2009 06:22:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 5 May 2009 06:22:37 GMT