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]

Re: FWD: URL not reachable with xalan - http proxy server


/ Eric Richardson <eric@milagrosoft.com> was heard to say:
| > This may be trying to retreive the DTD from the network based on the
| > doctype. Is that url reachable?
| > <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
| >          "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>
| >
| We confirmed that this won't work behind an HTTP proxy server. I don't

Even if you tell the Java VM to use a proxy? There are some -D options
for this purpose, but I no longer remember exactly what they are.

| There have been discussions about local dtds and catalog code etc. but
| now that I forced to figure out what to do I'm not sure. If we have a
| non-changing relative path as the stuff is coming out of cvs as a
| module; would that be a good option?

Catalog support would be a fine option.

| Couldn't figure out this but was able to do something like this but
| don't know if that will work on windows.
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
| 	"../dtds/docbkx412/docbookx.dtd">

It should, if ../dtds/... will reach the DTD.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | ...it is significant that we are
http://www.oasis-open.org/docbook/ | called the 'information society'
Chair, DocBook Technical Committee | -- not the thinking society, not
                                   | the deliberative society, not the
                                   | society of reason and
                                   | rationality.--Lloyd Morrisett

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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