xsl-list
[Top] [All Lists]

Display value of varying attribute

2003-08-25 00:37:01
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



<Prev in Thread] Current Thread [Next in Thread>