Subject: Re: [xsl] Cannot include namespaces [XSLT 1.0] xsltproc From: David Carlisle <davidc@xxxxxxxxx> Date: Mon, 23 Aug 2010 16:26:35 +0100 |
Just tried on sample xml, though cannot understand why it is not working on
<xsl:template match="chapter"> <xsl:copy> <xsl:attribute name="aid:pstyle"/> <xsl:attribute name="aid5:tablestyle"/> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template>
<xsl:template match="chapter"> <chapter aid:pstyle="" aid5:tablestyle=""> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </chapter> </xsl:template>
________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Cannot include namespaces, pankaj . c | Thread | Re: [xsl] Cannot include namespaces, Michael Kay |
Re: [xsl] Cannot include namespaces, pankaj . c | Date | Re: [xsl] flexibly sized region aft, J.Pietschmann |
Month |