xsl-list
[Top] [All Lists]

[xsl] Write context xpath expression

2009-10-21 20:52:37
Hello,
In XSL 1.0, how can I write out the XPATH expression for the current
context?  Example:

<a>
  <b>
    <c />
    <c /> <!-- assume this is the context -->
    <c />
  </b>
</a>

Assuming <c/> is the current context I would like to determine the
xpath pattern like this:
/a/b/c

How is this possible?  I get how I could walk parent;;node() but I'd
be writing the pattern backwards!
Any ideas?

Thanks,

Karl..

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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