Re: extract attribut value

You wrote:

>  I can't find the object (tag) that is used to extract
> the value of an attribut from an xml tag with just
> xsl.

Hi Letaïef,

I'm not sure what you are asking for exactly. In xsl you get the value of
an attribute by using an XPath expression such as select="foo/@bar".

Max.

Received on Friday, 16 November 2001 04:38:14 UTC