RE: [xsl] namespace conflict

Subject: RE: [xsl] namespace conflict
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Fri, 25 Jul 2003 08:18:26 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> sathish.kumar@xxxxxxxxxxxxx
> Sent: Friday, July 25, 2003 6:33 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] namespace conflict
>
>
>
> Hi,
>
> my xml document contains a node
>
> <leaf application-version="" version="" font-library="" operation="new"
> modified-file="" checksum="1dec6fbce6dfeb989f1b6dc2e865f639" checksum-type
> ="md5" keywords="" xlink:type="simple" xml:lang="en" xlink:href
> ="m2/24-nonclin-over/nonclinical-overview.pdf">
>
> To retrieve the value of the attribute "xlink:href" I need to use the name
> space ' xmlns="http://www.w3.org/TR/WD-xsl";' The current

No, you don't.

> version namespace does not support this kind of attribute. How am  i
suppose
> to get the value of the attribute?

<xsl:value-of xmlns:xlink="http://www.w3.org/1999/xlink";
select="leaf/@xlink:href" />


--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760


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


Current Thread