User Profile

Collapse

Profile Sidebar

Collapse
ev951
ev951
Last Activity: Nov 28 '06, 08:21 PM
Joined: Oct 17 '06
Location: Chicago
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ev951
    replied to how to sort xml data?
    in XML
    sakurasyi,

    If you are using an xsl file as a stylesheet for your xml file then you should try placing the code below into your xsl file. I hope this helps.

    Code:
     <xsl:sort data-type="number"/>
    Elliot...
    See more | Go to post

    Leave a comment:


  • ev951
    started a topic XSL sorting version number strings
    in XML

    XSL sorting version number strings

    I am not that familiar with XML or XSL and I am trying to sort application version number strings in an XML file that my team uses for application installations on our Linux servers. I have tried the xsl:data-type=number, but that doesn't work. The output of the XML file is exactly what the XML file has and I would like to sort it by the number value.

    Below is the some of the output from the XML file.
    Code:
    <?xml version="1.0"?>
    ...
    See more | Go to post
No activity results to display
Show More
Working...