RE: XPath expression

2003-05-15 Thread David Neary
De : Torsten Erler [mailto:[EMAIL PROTECTED] I know it's not the right List, but I think there are a lot of XSL-Experts here in this list. You might want to try the xsl-list at http://www.mulberrytech.com/xsl/xsl-list Does anyone know the XPath expression for counting all Attributes and all

RE: XPath expression

2003-05-15 Thread Andy Joslin
Title: Message Hi Torsten It is probably worth you looking at the XSL List and the XSLT FAQ. http://www.mulberrytech.com/xsl/xsl-list/ http://www.dpawson.co.uk/xsl/xslfaq.html http://www.dpawson.co.uk/xsl/sect2/N961.html This is a frequently asked question, and the same logic applies

RE: XPath expression

2003-05-15 Thread Torsten Erler
comments/proposals etc. are very welcome cu Torsten -Original Message- From: David Neary [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 15. Mai 2003 11:43 To: '[EMAIL PROTECTED]' Subject: RE: XPath expression De : Torsten Erler [mailto:[EMAIL PROTECTED] I know it's not the right

RE: XPath expression

2003-05-15 Thread David Neary
Hi, -position() doesn't work for me (it always returns '1' for the first child of a node but i've to know the absolute position inside the whole xml tree) It only does this if the context nodeset is the set of siblings. You can have the context node set be other stuff.

RE: XPath expression

2003-05-15 Thread Torsten Erler
: Donnerstag, 15. Mai 2003 16:41 To: '[EMAIL PROTECTED]' Subject: RE: XPath expression Hi, -position() doesn't work for me (it always returns '1' for the first child of a node but i've to know the absolute position inside the whole xml tree) It only does this if the context nodeset