xsl-list
[Top] [All Lists]

RE: match nodes based on given path

2003-04-10 15:38:58
  <link path="/root/node/value"/>

This is more tricky than it initally looks.  I'm currently 
using an importing stylesheet that tests every element's path 
against those in the parameter, which is far from efficient 
and requires the paths to be in some kind of normal form.


If you want to manipulate paths held in strings at run-time, then you
need the xx:evaluate() extension.

Your solution of generating a path for each element and checking it
against the given path is not only incredibly inefficient, it's also
plain wrong. For any node, there are an infinite number of possible
paths that select it.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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