[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] How to process elements with and without namespaces
Subject: [xsl] How to process elements with and without namespaces
From: "Nestor Boscan" <nestor.boscan@xxxxxxxxxx>
Date: Sat, 31 Jul 2004 08:52:12 -0400
|
Hi
I would like to process XML files that it's document root element can have
or not have namespaces:
For example:
XML 1:
<root>
...
</root>
XML 2:
<root xml:ns="http://whatever.com.ve">
...
</root>
How can I write my XSL document to process both?
Thanks in advance
Regards,
Nistor Boscan
|