RE: [xsl] Namespace and XSL Variables

Subject: RE: [xsl] Namespace and XSL Variables
From: <Trish@xxxxxxxxxxxxxx>
Date: Tue, 12 Sep 2006 10:36:07 -0400
That worked beautifully. Thanks!

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Tuesday, September 12, 2006 10:19 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Namespace and XSL Variables


@x:selected

would select a selected attribute in the namespace
http://www.somenonexistenturl.com
but unprefixed attributes (like unprefixed names in xpath) always refer
to no-namespace. You have  <Results selected="123"> so you want
x:Results/@selected.

David

Current Thread