File: badparseattribute.xml

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
<?xml version='1.0'?>
<test>
  This file is just for making sure my XIncluder can detect 
  bad values for parse attributes.
  <xi:include parse="nonesuch" href="simple.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</test>