Edit

kc3-lang/libxml2/test/schemas/attruse_0_1.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2004-04-16 16:46:51
    Hash : c85d0fec
    Message : applied patches from Kasimier Buchcik for the attribute use support added * xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: applied patches from Kasimier Buchcik for the attribute use support * test/schemas/attruse* result/schemas/attruse*: added the tests to the regression suite. Daniel

  • test/schemas/attruse_0_1.xml
  • <?xml version="1.0" encoding="ISO-8859-1" ?>
    <foo>
      <barA />
      <barB attr="bar"/>
      <barB />
      <barC/>
    </foo>