|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Namespaces abort the nodematching
Hello,
I have a stylesheet, which searches and Replaces nodenames.
But when I have a file with a namespace-declaration like this
xmlns="http://www.techfak.uni-bielefeld.de/CVSchema/sopra"
the nodematching like
<xsl:template match="PHOTO | PHOTO | IMG | FOTO | BILD | BILDCHEN">
<IMAGE oldname="{local-name()}">
<xsl:apply-templates select="@*|node()" />
</IMAGE>
</xsl:template>
doesn't work!!!! Matching attributes works, but not at the nodes! Will I have
to use the namespace-declaration in my stylesheet????
Greetings,
Kai Lienemann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|






