Re: Re: how to select elements based on their children's names?2003-03-10 14:36:40On Mon, 10 Mar 2003, Dimitre Novatchev wrote: 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 wayThese are both wrong -- they match all elements whose *first* child's name is "book". yup, this has been pointed out to me in no uncertain terms. live and learn. rday XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|