Re: XPath Question

Subject: Re: XPath Question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 10 Mar 2000 10:05:05 GMT
  Given a dtd that specifies

or even without the dtd

  What is the XPATH expression that specifies  return the node- set of
  use-case whose child scenario-list has no child elements ?

select="use-case[scenario-list[not(*)]]"


David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread