|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: using xsl-attributes for apply-template select
select="/docstructure/define[@id='{@defined}']"/>
This tests the id attribute against the string '{@defined}'
but you want to test against the defined attribute of the current node
which is
select="/docstructure/define[@id=current()/@defined]"/>
You _never_ use { } in an xpath expression.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








