this:
<xsl:for-each select="//brief_descripti on">
<xsl:value-of select="." disable-output-escaping="yes"/>
</xsl:for-each>
will give you this:
Short Sleeve Golf Shirt<br>100% Combed Cotton<br>No Pocket<br>Assor ted Colors<br>Impor ted
which in a browser will look just like you want.
User Profile
Collapse
-
..found my own solution, still don't know if there is another approach:
http://www.xml.com/pub/a/2003/07/16/nodeset.html
What was your solution?...Leave a comment:
-
node-set
Hello,
unfortunately I'n stuck with MSXML 1.0, consider the following segment of code in XSL:
<xsl:variable name="n" select='key("wr appers", $theName)'/>
<xsl:variable name="f">
<xsl:for-each select="$n">
<xsl:sort select='./key/code' order="ascendin g"/>
<xsl:sort select='./key/type'...
No activity results to display
Show More
Leave a comment: