This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XPath Question


 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]