Subject: Re: Display value of varying attribute
From: Mukul Gandhi <mukulw3@xxxxxxxxx>
Date: Mon, 25 Aug 2003 01:00:37 -0700 (PDT)
|
The syntax ..
<xsl:for-each select="@*">
<xsl:value-of select="."/>
</xsl:for-each>
does what you want.
Regards,
Mukul
--- rajith r <ajth_r@xxxxxxxxxxx> wrote:
> 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
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|