| Subject: [xsl] Ordering my HTML output From: "Aaron McGrath" <aaronmcgrath@xxxxxxxxxxx> Date: Tue, 01 Mar 2005 12:08:08 +0000 | 
I have an xml file similar to this:
<abs:body>
  <abs:heading class='100' string='test'>
     <abs:heading class='200' string='tester'></abs:heading>
        <abs:heading class='300' string='sometext'></abs:heading>
        <abs:heading class='300' string='somemoretext'></abs:heading>
     <abs:heading class='200' string='testing'></abs:heading>
  </abs:heading>
</abs:body>class = 200 string='tester' class = 200 string='testing' class = 300 string='sometext' class = 300 string='somemoretext'
<xsl:apply-templates select="@class=200"/> <xsl:apply-templates select="@class=300"/>
<xsl:template match="@class=200"> Output something here </xsl:template>
<xsl:template match="@class=300"> Output something else here </xsl:template>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Chewy key problem, Wendell Piez | Thread | Re: [xsl] Ordering my HTML output, James Fuller | 
| RE: [xsl] SVG Line Graph from XML?, Kirkham, Pete \(UK\) | Date | Re: [xsl] Ordering my HTML output, James Fuller | 
| Month |