xsl-list
[Top] [All Lists]

RE: generate full xpath name to an attribute?

2003-04-03 02:02:34
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(_at_)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