Hi all!
I have the following dummy problem: I need to
<xi:include> lots of
files into my manual.docbook however each line currently
looks as
<xi:include href="aboutdialoginfo.docbook"
xmlns i=&qu
ot;http://www
.w3.org/2001/XInclude"/>
is there a way I can avoid the xmlns i
attribute ?
I have a big number of <xi:include> and it will be a
lot of redundancy
if I must put the xmlns i
attribute in each tag.
I have tried to put the xmlns i
attribute at the root of my docbook
element <book> but then xmllint complains it's not a
valid attribute for
docbook DTD:
book: validity error : No declaration for attribute
xmlns i of
element book
I am using the following command line for validation:
xmllint --xinclude --postvalid --noent --nonet --noout
docbook/manual.docbook
Any hint?
Thanks!
Francesco
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-help lists.oasis-open.org
|