Closed GoogleCodeExporter closed 8 years ago
Hi,
I think I found, I tried validating the document using "XML Mind XML Editor"
and I saw it was not conforming to docbook 5 schema.
I modified the source to use docbook 4.4 and it does generate well (it is still
not valid against 4.4 but it works)
Here is what I modified:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<book xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">
Can you tell me if this solution works for you?
Regards,
Mimil
Original comment by MimilO...@gmail.com
on 14 Aug 2010 at 9:57
Closing, the issue seems to be related to an invalid docbook file.
Original comment by MimilO...@gmail.com
on 19 Aug 2010 at 9:13
Original issue reported on code.google.com by
rangerr...@gmail.com
on 24 Feb 2010 at 7:18Attachments: