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

Subject: RE: [xsl] generate full xpath name to an attribute?
From: Ray Tayek <rtayek@xxxxxxxxx>
Date: Thu, 03 Apr 2003 01:02:34 -0800
At 08:37 AM 4/1/03 +0100, you wrote:
Try http://www.dpawson.co.uk/xsl/sect2/N6077.html#d5945e18

HTH DaveP.

using as they say:


        <xsl:template name="foo">
                <xsl:for-each select="ancestor-or-self::*">
                        <xsl:text>/</xsl:text>
                        <xsl:value-of select="name()"/>
                </xsl:for-each>
                <xsl:value-of select="."/>
        </xsl:template>

i get: /input/Nodes/Node/Point3.1415926535897
what i want is: /input/Nodes/Node/Point@x (i think).

maybe xmpspy has a bug, don't know :(

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

thanks

---
ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work
vice chair orange county java users group http://www.ocjug.org/
hate spam? http://samspade.org/ssw/


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



Current Thread