RE: [xsl] Preserving XHTML markup

Subject: RE: [xsl] Preserving XHTML markup
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 4 Feb 2002 18:26:01 -0000
> How do I preserve things so I end up with:
>
> <p>
> 	Some html <b>here</b>.
> </p>

By using <xsl:apply-templates/> at each level to process the child nodes all
the way down the hierarchy.
>
> My XSLT stylesheet loses all the markup in the children of
> selected/processed nodes...
>
It's probably doing <xsl:value-of/> to get the value of a node that has
children.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread