extracting element name using Xpath

2012-04-20 Thread Ori Doolman
Hi, I'm using xalan-1_11 and I'm trying to extract the XML element node *name* of a given XML. I searched the web and found several options - none are working with Xalan. Here is the XML I have: string 1 1 1 string stri

RE: extracting element name using Xpath

2012-04-18 Thread Ori Doolman
April 18, 2012 06:22 To: xalan-c-users@xml.apache.org Subject: Re: extracting element name using Xpath On 4/16/2012 11:30 AM, Ori Doolman wrote: Hi, I’m using xalan-1_11 and I’m trying to extract the XML element node *name* of a given XML. I searched the web and found several options – none are wo

Re: extracting element name using Xpath

2012-04-17 Thread Steve Hathaway
On 4/16/2012 11:30 AM, Ori Doolman wrote: Hi, I’m using xalan-1_11 and I’m trying to extract the XML element node **name** of a given XML. I searched the web and found several options – none are working with Xalan. Here is the XML I have: string 1 1 1 string string 1

RE: extracting element name using Xpath

2012-04-17 Thread shathawa
I don't have enough information to reproduce your problem. string name(node-set?) The XPath name() function returns the QName of the node in the argument node-set that is first in document order. If the argument node-set is empty or has no local name, an empty string is returned. If the argumen

RE: extracting element name using Xpath

2012-04-16 Thread Ori Doolman
Hi, I'm using xalan-1_11 and I'm trying to extract the XML element node *name* of a given XML. I searched the web and found several options - none are working with Xalan. Here is the XML I have: string 1 1 1 string stri