You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/04/28 22:16:56 UTC

cvs commit: xml-xalan/c/samples/XPathWrapper foo.xml

dleslie     00/04/28 13:16:56

  Added:       c/samples/XPathWrapper foo.xml
  Log:
  XML input for XPathWrapper
  
  Revision  Changes    Path
  1.1                  xml-xalan/c/samples/XPathWrapper/foo.xml
  
  Index: foo.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
    <name first="David" last="Marston"/>
    <name first="David" last="Bertoni"/>
    <name first="Donald" last="Leslie"/>
    <name first="Emily" last="Farmer"/>
    <name first="Jack" last="Donohue"/>
    <name first="Myriam" last="Midy"/>
    <name first="Paul" last="Dick"/>
    <name first="Robert" last="Weir"/>
    <name first="Scott" last="Boag"/>
    <name first="Shane" last="Curcuru"/>
  </doc>