[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Display value of varying attribute


Subject: [xsl] Display value of varying attribute
From: "rajith r" <ajth_r@xxxxxxxxxxx>
Date: Mon, 25 Aug 2003 07:37:01 +0000

Hi All

I have got a xml file which has the following structure.


<ROOT> ????

<row vcfield1=?testvalue2? vcfield2=?testvalue2? vcfield3=?testvalue3? vcfield4=?testvalue??.. />
????..
</ROOT>


I want to write a generalized xsl which will display the value off all the attributes, but I don?t know if the last attribute will be vcfield4 or vcfield5 or vcfield6?.. etc..

Can I use

<xsl:for-each select="@*">
<xsl:value-of select="."/>
</xsl:for-each>

or is there any other way to do it.

Thanks in advance
Regards
Rajith

_________________________________________________________________
Dress up your desktop! Get the best wallpapers. http://server1.msn.co.in/msnchannels/Entertainment/wallpaperhome.asp Just click here!



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




Current Thread
Keywords