|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: pulling a document with a null namespace into a na
Michael Clark wrote:
I've tried, I really have, but I can't come up with a solution to this.
Try something like
<xsl:template match="*">
<xsl:element name="{local-name()}" namespace="http://wibble.com/ns">
<xsl:copy-of select="@*/>
<xsl:apply-templates/>
</xsl:element>
</xsl:template>Add identity templates for PI and comments and/or special attribute processing at leisure. J.Pietschmann 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
|

Cart








