OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] XIncludes with relative paths (libxml + WinXP).


Georges Schmitz <georges.schmitz@heitec.de> writes:

>    xmllint.exe --noent --valid  --recover  --xinclude -o resolved.xml 
> "file:///D:/BAZL/doc/de/ml/ml-main.xml"

If you are trying to feed xmllint a URI containing a colon
character, all bets are off. See the following message:

  http://lists.oasis-open.org/archives/docbook-apps/200412/msg00059.html

RFC 1630 says that colon characters are not allowed in URIs. So a
URI containing a colon is not an RFC-compliant URI. If you want to
use a colon in a URI and to have your processing tools behave as
expected, you must write it as %3A.

You can't really complain if a particular tool behaves in an
unexpected way when you ask it to do something with a
not-RFC-compliant URI.

  --Mike

-- 
Michael Smith
http://logopoeia.com/  http://www.oreillynet.com/pub/au/890

smime.p7s



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]