xsl-list
[Top] [All Lists]

RE: finding nodes

2005-01-24 06:18:52
Hi,

(羊羮... mmm)

In my stylesheet I have this:

I have $value =' resident'

There's an extra space character before "resident", remove it.
 
 <xsl:variable name="nset">
 <xsl:value-of select="//campus[(_at_)name = $value]"/>
 </xsl:variable>

<xsl:message> nodeset  <xsl:value-of select="$nset"/></xsl:message>

The node-set $nset is bound to has no non-empty text node descendants, thus the 
value extracted will be just white space.
 
I would then like to iterate  over the nodeset returned.

And do what? The student elements have no text nodes in then and the attributes 
look like metadata to the student element, not something you'd want to show.

Cheers,

Jarno
<Prev in Thread] Current Thread [Next in Thread>