Re: [xsl] variable attribute
by G. Ken Holman other posts by this author
Feb 27 2004 4:30PM messages near this date
[xsl] variable attribute
|
Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a
certain kind
At 2004-02-27 11:04 -0500, Bennett wrote:
> Is there a way to select an element via a variable attribute and
> compare the value of that variable attribute to a string?
>
> What I'm looking for would kind of look like the code below (if it was
> legal to use an ATV for attribute names).
>
> /a/*[@{$attrName} = 'someString']
/a/*[@*[name()=$attrName][.='someString]]
Brain teasers like this are in my XSLT course ... I'll think about adding
this one!
I hope this helps.
....................... Ken
--
US XSL training: Washington,DC March 15; San Francisco,CA March 22
World-wide on-site corporate, government & user group XML training
G. Ken Holman mailto:gkholman@[...].com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/s/bc
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Thread:
Bennett
G. Ken Holman
|