[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Using multiple xpath-default-namespace
Pankaj Chaturvedi wrote:
May be I sound bit stupid but is there a way using multiple "xpath-default-namespace" in one stylesheet. I have a case wherein I have multiple XML files following same DTD, but with different version, difference mainly being the different "xmlns". There are slight other changes and I have written style sheet which I was thinking of using on both version of XML but that does not seems to be case. Tried using local-name() but it seems to fine on root element. It is possible to use a wildcard <xsl:template match="*:foo"> which would match elements with local name "foo" in any namespace. And you can use xpath-default-namespace with different value in different places in a single stylesheet.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|