← Prev in month ← Prev in thread
Next in thread → Next in month →

Comprehension question about docbook5 and xmllint

From
openhab.doc <>
Date
2018-06-12T17:47:41+00:00
ID
2078886.58kjhAIc6o@pierre-pc
Thread
Comprehension question about docbook5 and xmllint
Hi,

 

I try to create one big xml file from my modularized documents with xmllint.

 

My files can be found here:

https://github.com/mepi0011/darktable/tree/docBook5_port/doc/usermanual

 

The Command I use is:

 

xmllint --xinclude --output big.xml darktable.xml

But I run into some errors:

 

darktable.xml:32: parser error : Entity 'eacute' not defined 
       Kazik, Eckhart Pedersen, Edouard Gomez, Fr&eacute;d&eacute;ric Grollier, 
                                                         ^ 
darktable.xml:32: parser error : Entity 'eacute' not defined 
       Kazik, Eckhart Pedersen, Edouard Gomez, Fr&eacute;d&eacute;ric Grollier, 
                                                                  ^

If I comment out the corresponding lines in the document darktable.xml, the command runs without further errors. Although entities are used in the documents inserted with Xinclude. The subdocuments always link to the same docbook.ent file in the same folder as darktable.xml.

If I apply the command individually to subdocuments, I also receive the corresponding error messages.

 

Why do I get the error messages?

Is this caused by my declaration of entities or xmllint?

 

Thanks

Pierre
← Prev in month ← Prev in thread
Next in thread → Next in month →