|
Subject: Re: [xsl] Preserving XHTML markup From: Markus Spath <mspath@xxxxxxxx> Date: Mon, 04 Feb 2002 19:01:59 +0100 |
...
<xsl:template match="mycustomtag">
<p>
<xsl:copy-of select="." />
</p>
</xsl:template>
...xml: <mycustomtag> Some html <b>here</b>. </mycustomtag>
How do I preserve things so I end up with:
<p> Some html <b>here</b>. </p>
My XSLT stylesheet loses all the markup in the children of selected/processed nodes...
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Preserving XHTML markup, Adam Sherman | Thread | Re: [xsl] Preserving XHTML markup, Adam Sherman |
| RE: [xsl] querystring parameters (I, Casadome, Francisco | Date | Re: [xsl] Preserving XHTML markup, Adam Sherman |
| Month |