[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-tc] 5.0b1 test test release
/ Jirka Kosek <jirka@kosek.cz> was heard to say:
|> Here's an extension of the resolver's
|> xread application that accepts a list of XSD files with a -S option.
|> You only have to list the XSDs, it peeks inside to find the target
|> namespaces (because the schemas are self-identifying for crying out
|> loud!)
|
| Cool. Actually Xerces provides one feature that can be used to map schemas
| to namepaces. You can (mis)use catalog file to map namespace URI to XSD
| schema:
|
| <uri name="http://docbook.org/ns/docbook" uri="xsd/docbook.xsd"/>
|
| The problem is that this is working only if you will use Xerces's
| XMLCatalogResolver as an implementation of entity resolver. However this
| change can't be done by Java property, you must change resolver
| programatically. So the sad conclusion is, that this is completely useless
| feature for normal users.
Sigh. I think I'm having a fight about this on the Apache bugzilla:
http://issues.apache.org/jira/browse/XERCESJ-1104
Any attempt on my part to summarize would require cursing, so I won't
bother :-)
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | Nothing is worth more than this
http://www.oasis-open.org/docbook/ | day.-- Goethe
Chair, DocBook Technical Committee |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]