[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xsl transform

Subject: Re: xsl transform
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Tue, 28 Jun 2005 16:33:35 +0200
Re:  xsl transform
Tempore 15:58:19, die 06/28/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Philippe LAPLANCHE <philippe.laplanche@xxxxxxxxxxxx>:

<xsl:template match="row"> (this I don't know how to make it work)
	<e>
		<xsl:for-each select="*">
			<xsl:attribute name="????">
				<xsl:value-of select="."/>
			</xsl:attribute>
		</xsl:for-each>
	</e>
</xsl:template>

Trythis one:


<xsl:template match="row"> (this I don't know how to make it work)
<e>
<xsl:for-each select="*">
<xsl:variable name="count"><xsl:number format="a" value="position()"/></xsl:variable>
<xsl:attribute name="{$count}">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:for-each>
</e>
</xsl:template>


regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
"N&N9N;N.N:N?N?N= N5N9N=N1N9 N<N1N;N;N?N= N7 ON9N;ON;N1N;N?N="  - NN;N5ON2N?ON;N?O

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.