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 |
- XPath Question
- Alan Beale - Thu, 09 Mar 2000 17:09:42 -0600 <=
- <Possible follow-ups>
- Khalid Asad - Mon, 27 Mar 2000 22:29:03 -0800
|
|