[Home] [By Thread] [By Date] [Recent Entries]

Subject: ordering problem
From: Márcio Ferreira <mferreira@xxxxxxxxx>
Date: 03 Feb 2004 17:12:30 +0000
Hello,
I am writing a stylesheet for processing one xml-document like that: 
<layout>
    <fact>preco_da_chamada</fact>
    <group id="grupo">
      <fact>bonus_atr_medio</fact>
      <fact>desconto</fact>
      <fact>montante_desc_medio</fact>
    </group>
    <fact>montante_medio</fact>

i want to processe this document orderly, and in my stylesheet i have:
	<xsl:template match="report:layout">
	    <xsl:apply-templates select="report:group"/>
	    <xsl:apply-templates select="report:fact"/>
	</xsl:template>

i.e. the xml is processed in this order, first the groups and then the
facts, and i want this to processe it in the same order as i have in my
xml-document.


Any hint?
Thank you in advance,
Márcio





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • ordering problem
    • Márcio Ferreira - Tue, 3 Feb 2004 12:14:26 -0500 (EST) <=
      • <Possible follow-ups>
      • cknell - Tue, 3 Feb 2004 12:22:42 -0500 (EST)
      • cknell - Tue, 3 Feb 2004 13:42:17 -0500 (EST)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member