File: test-xinclude-undeclared-entity.xml

package info (click to toggle)
daps 3.3.2%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (9 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<article version="5.0"
  xmlns="http://docbook.org/ns/docbook"
  xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>XInclude with pointer to non-existent file</title>
  <para/>
  <xi:include href="../good/test-defined-entity.xml"/>
  <xi:include href="test-syntax-err-undeclared-entity.xml"/>
</article>