User Profile

Collapse

Profile Sidebar

Collapse
mysacramento
mysacramento
Last Activity: Sep 20 '07, 06:51 PM
Joined: Jun 8 '07
Location: california and Italy
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mysacramento
    replied to Working with text in XSL
    in XML
    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.
    See more | Go to post

    Leave a comment:


  • mysacramento
    replied to node-set
    in XML
    ..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?...
    See more | Go to post
    Last edited by Dököll; Jun 10 '07, 11:53 PM. Reason: URL tags/ and remark

    Leave a comment:


  • mysacramento
    started a topic node-set
    in XML

    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'...
    See more | Go to post
No activity results to display
Show More
Working...