T
Tjerk Wolterink
IU have the following xsl root element:
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlnsage="http://www.wolterinkwebdesign.com/xml/page"
xmlns:xc="http://www.wolterinkwebdesign.com/xml/xcontent">
Well how do i select the xhtml namespace with xpath
I need it to use in a xpath expression like this:
*[namespace-uri(.) == namespace::xc]
But namespace::xc' should be the namespace of xhtml. Pleas help
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlnsage="http://www.wolterinkwebdesign.com/xml/page"
xmlns:xc="http://www.wolterinkwebdesign.com/xml/xcontent">
Well how do i select the xhtml namespace with xpath
I need it to use in a xpath expression like this:
*[namespace-uri(.) == namespace::xc]
But namespace::xc' should be the namespace of xhtml. Pleas help