Re: [xsl] Can I use attributes with namespaces?

Subject: Re: [xsl] Can I use attributes with namespaces?
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 14 Nov 2005 09:50:25 +0000
> This attributes are part of the input xml. So what I need is to get the
> value of this attributes using XPath.
[snip]
> >I would like to add new attributes to existing XHTML elements.
> >For example <a myns:reference="...">. Is this possible and how

select="@myns:reference"

cheers
andrew

Current Thread