In XSLT, is there a way to determine where you are in an XML document when processing an element?
Example: Given the following XML Doc Fragment...
&l
You can use the ancestor XPath Axes to walk all parent, and grandparents.
...