|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Selecting Specific Elements Regardless of Namespac
Lindy,
At 02:33 PM 5/9/2002, you wrote: select="//*[local-name()='apple']" Yes, and select="//apple" works even better. It actually gets *all* elements named apple, not just one. What if I need to get a specific apple. //jonathan/apple gets you all apples that are inside jonathans. as opposed to /fruit/apples/grannysmith/apple This is pretty basic XPath. Fancier: all apples that are not in a grannysmith: //apple[not(parent::grannysmith)] Does anyone have a good recommendation on where new users can go to learn XPath? A common weakness of currently-available XSLT books is in their coverage of XPath's data model and syntax. Newbies need something that is both (a) comprehensive, systematic and correct, and (b) easy to swallow and digest. Unfortunately, it seems to be an area in which lots of folks think they can cut corners and fake it, whereas in my experience a couple of hours spent learning this stuff get you a *huge* return on investment in time (and list bandwidth) saved later. Anyway Lindy, there's your answer. Enjoy, Wendell
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








