This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: passing in path names of nodes as parameters?


> i have been trying to specify the path of a node as a
> parameter to  my stylesheet.
> in my stylesheet, i am trying to access the children of this
> node.
> 
> so on the command line i say,
> 
> java **parser -param nodeparent /A/B
> 
> in my stylesheet, i want to say
> 
> for each select="$nodeparent/*"
> 
> in order to select the children of that node.
> 
> i saw messages listing you can't specify a variable name in
> a select. is there any way by which i can accomplish the above?

With an extension function such as
<http://exslt.org/dyn/functions/evaluate/index.html>. Thought it's stated
that no prosessor yet supports dyn:evaluate(), e.g. Saxon
<http://saxon.sourceforge.net/saxon6.5/extensions.html#evaluate> and Xalan-J
<http://xml.apache.org/xalan-j/extensionslib.html#evaluate> have an
extension like/similar to it.

J

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]