Fix validity error in xinclude/rm-la-file...

The DOCTYPE must match the top level element for valid XML.
This commit is contained in:
Pierre Labastie 2024-01-09 18:52:02 +01:00
parent 5c01c63ce8
commit 55883c382e

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;]>