|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: ATTRIBUTE ORDER
> Each attribute will become a column in a table so I would > like to iterate over the attributes like: > > <xsl:for-each select="@">...</xsl:for-each> > > but, of course I need to rely on the attribute order. If you know the names of the attributes, then the simplest solution is to list them in the order you want to process them: <xsl:for-each select="@qty_ship, @qty_order, @ship, @tray"> ...</xsl:for-each> Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







