|
Subject: Re: [xsl] create escaped(?) html of some nodes From: Jan Limpens <jan@xxxxxxxxxxx> Date: Sun, 08 Oct 2006 23:25:23 -0300 |
It seems a modified identity transform will work.
<xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="node() | @*" /> </xsl:copy> </xsl:template>
<xsl:template match="Para"> <p><xsl:apply-templates /></p> </xsl:template>
On 10/9/06, Jan Limpens <jan@xxxxxxxxxxx> wrote:Hi,
I need help creating an encoded html string from some nodes of a document, while leaving the others untouched
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] create escaped(?) html of, Mukul Gandhi | Thread | Re: [xsl] create escaped(?) html of, Mukul Gandhi |
| Re: [xsl] create escaped(?) html of, Mukul Gandhi | Date | Re: [xsl] create escaped(?) html of, Mukul Gandhi |
| Month |