This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Preserving XHTML markup


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]