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: Problem XML Situation


[Joel Konkle-Parker]
>
> - - However using <xsl:value-of> to display this snippet displays only
> the text, not all the related markup in the .txt file (divs, anchors,
> etc)

Sounds like you should be using xsl:copy-of instead of xsl:value-of.  That
will get all the markup elements.  Of course, they have to be well-formed
xml, without typical html  shortcuts.

Cheers,

Tom P


 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]