File: test-xinclude-undeclared-entity-in-main.xml

package info (click to toggle)
daps 3.3.2%2Bcleaned1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,536 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (8 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<?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 undeclared entity pointer to file with syntax error</title>
  <para>&unknown;</para>
  <xi:include href="test-syntax-err-undeclared-entity.xml"/>
</article>