|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Accessing nodes via variables
Hello there, I need to access nodes using variable names, for example: <xsl:variable name="blah" select="@node"/> . . . <xsl:value-of select="$blah"/> >From what I've read, I can use evaluate() from Xalan's extensions. Only problem is when I set up the xmlns on the top via: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan"> I get the following error: "The URI http://xml.apache.org/xalan does not identify an external Java class." Any idea on what this is and how to go about fixing it? Thanks. Manish 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
|






