[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



