RE: [OT] question about XSL and XPATH

2005-09-27 Thread Christopher Chan
Your XSL should be something like: Basically, match the node you are interested in and get the text value for that node. -- Christopher Chan SpikeSource, Inc. [EMAIL PROTECTED] http://developer.spikesource.com - To unsu

[OT] question about XSL and XPATH

2005-09-27 Thread Ashish Kulkarni
Hi suppose i have a XML file as below, i want to print only value where id = name. I want to do this using XSL, not java program for example once i read throug all the XML file, i should get output as 123 and 456 abc xyz abc 123 xyz 456 jkl 998 This is the XSL i have been trying *