|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to select nodes with explicitly set default namesp
Hi,
I don't know how to select a node with the default namespace if this namespace is explicitly set in the xml document. If I use any other name for the namespace something like namespace::document would match the elemet <namespace:document> .... </namespace:document> and if I remove the default namespace definition from the xml document the match="document" does also work, but if I set the default namespace it doesn't. It doesn't match eighter if I use '':document or "":document or ::document Is there any special XPath function I have to use this? I use Saxon 7.9.1 and XSL 2.0. Regards, Olaf Meske
======================================================================= ======================================================================= and the XSL (minitest7.xsl) ======================================================================= ======================================================================= <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.com/minitest7" > <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> <xsl:template match="/"> <root> <content><xsl:apply-templates select="document"/></content> </root> </xsl:template> <xsl:template match="document" > <doc x="doc content"> <xsl:copy-of select="."/> </doc> </xsl:template> </xsl: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
|

Cart








