XPath Question

Subject: XPath Question
From: Alan Beale <beale@xxxxxxxxxxxxxxx>
Date: Thu, 09 Mar 2000 17:09:42 -0600
 If anyone can help me by answering this,  I would really appreciate it !

  Given a dtd that specifies

  <!ELEMENT use-case ( name,  use-case-list?, scenario-list ) >
  <!ELEMENT scenario-list (scenario)* >
  <!ELEMENT name (#PCDATA) >
  <!ELEMENT scenario (name) >
  <!ELEMENT use-case-list (use-case)* >

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


  Alan Beale


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


Current Thread