Remove unused result files

This commit is contained in:
Nick Wellnhofer 2022-04-04 03:28:21 +02:00
parent 5ce893c0c4
commit 4de7f2acfe
2 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
./test/XInclude/docs/nodes3.xml:3: element include: XInclude error : Invalid fragment identifier in URI test/XInclude/ents/something.xml#xpointer(//p) use the xpointer attribute

View File

@ -1,24 +0,0 @@
<grammar>
<start>
<element name="addressBook">
<zeroOrMore>
<element name="card">
<ref name="card.attlist"/>
</element>
</zeroOrMore>
</element>
</start>
<define name="card.attlist">
<group>
<attribute name="name">
<text/>
</attribute>
<attribute name="email">
<text/>
</attribute>
</group>
</define>
</grammar>