Re: [xsl] generate full xpath name to an attribute?

Subject: Re: [xsl] generate full xpath name to an attribute?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 3 Apr 2003 11:09:31 +0100
> i get: /input/Nodes/Node/Point3.1415926535897
> what i want is: /input/Nodes/Node/Point@x (i think).

You need to read the text as well as just copying code blindly.
Jeni's code is doing a slightly different problem, the line above the
code you've quoted says

  Once we've outputted the information about the ancestor elements, we
  want to round it off with information about the value of the current
  node:

So Jeni's outputting the value as well as the path, and surely it is
clear enough that it ends with a value-of eslect="."  which you don't
want.

> and i will still have the subscript problem. as Node can occur multiple times.

But that isn't a problem as that FAQ page and other answers on this list
have posted code to do that.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread