|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem accessing child nodes of a variable nodese
Hi Dan,
At 12:37 PM 9/16/2003, you wrote: Can anybody guess what I'm doing wrong? I suspect it may have something to do with namespaces, as I'm having a few problems with these - I've had to declare prefixes for all of my namespaces, so that the above select, without variables, would look like: Ah -- is the title in the same namespace as its parent webpage? as in <webpage xmlns="ws-namespace"> <title>...</title> ... </webpage> If so, your supposition is correct. I imagine that, with a variable giving a starting point in the node tree, the namespace should be picked up automatically, but perhaps this isn't the case for child elements? No, it isn't picked up automatically. The name you give is the name it uses. The problem is, that given namespaces, the name you give may not be the name you want to give, even when it looks right. You need to say <xsl:value-of select="$pageNode/ws:title"/> The name of the variable does not need to be qualified in any way, but the name of its descendant includes its namespace, and this has to be accounted for in the stylesheet even if in the source, that namespace is given by default and no prefix used. That's namespaces. Cheers, Wendell
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








