|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to select elements based on their children's names
if i want to select all elements that have at least one, say, "book" child element, it seems i can do it this way: //*[name(child::*) = "book"] long way //*[name(*) = "book"] shorter way 1) is this the easiest way to do it? 2) why doesn't the following work as well? //*[name(node()) = "book"] from what i read, the "*" node test matches elements, while the "node()" test should match all elements, as well as comments and processing instructions. certainly, it seems that node() should work as well as *. or am i misinterpreting something? rday p.s. i'm sure my questions will get more challenging over time. 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








