This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] xsltproc XInclude questions


Hello,

it is interesting, that this question came up today. This morning I
discovered, that xmllint doesn't process xincludes if the namespace is
made out of the name "http://www.w3.org/2003/XInclude";. With
"http://www.w3.org/2001/XInclude"; xmllint works fine.

Here is my example:


-- mutter.xml -- <?xml version='1.0'?> <document xmlns:xi="http://www.w3.org/2003/XInclude";> A<xi:include href="kind.txt" parse="text"/>C </document>

-- kind.txt
B

If I process mutter.xml by calling xmllint --xinclude mutter.xml I get
always:


<?xml version="1.0"?> <document xmlns:xi="http://www.w3.org/2003/XInclude";> A<xi:include href="kind.txt" parse="text"/>C </document>


Maybe Daniel could have a look at this problem.


Regards,

Oliver Fischer





To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]