Edit

kc3-lang/libxml2/test/XPath/docs/mixed

Branch :

  • Show log

    Commit

  • Author : William M. Brack
    Date : 2005-06-09 18:12:28
    Hash : ea152c05
    Message : Further enhancement for XPath streaming, consolidated with schemas usage * pattern.c, xpath.c, include/libxml/pattern.h: Further enhancement for XPath streaming, consolidated with schemas usage of pattern.c. Added a new enum xmlPatternFlags. * doc/*, testapi.c, elfgcchack.h: updated to reflect new enum. * test/XPath/tests/mixedpat, test/XPath/docs/mixed, result/XPath/mixedpat: added regression test for problems reported in bug306348

  • test/XPath/docs/mixed
  • <?xml version="1.0"?>
    <root>
      <s p="root"/>
      <p1>
        <s p="p1"/>
      </p1>
      <p2>
        <s p="p2"/>
      </p2>
    </root>