|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Conditional XSL Variable
> <map:entry codeA="90434" codeB="9801" codeC="0121" /> > <xsl:value-of > select="$lookupTable/map:table/map:entry[@codeA=$valueOfCodeA]" /> That xsl:value-of gets the string value of the map:entry, which is an empty element so it selects nothing. You probably want to select one of the attributes, eg add "/@codeB" on the end of it: $lookupTable/map:table/map:entry[@codeA=$valueOfCodeA]/@codeB -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|
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








