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: scaling images in PDF but not in HTML?


>>>>> Steinar Bang <sb@dod.no>:

[snip!]
> The resulting document looks good on visual inspection (ie. only the
> <imageobject> elements with arch="pdf" are left), and _validates_
> against the DTD.

> But when I try to format this, using both the HTML and FO style sheets
> from DocBook-XSL 1.48, saxon loops forever.

The problem is the <!DOCTYPE> header, created by profile.xsl:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>

saxon hits the firewall when it's trying to open the DTD from the
URL of the SYSTEM identifier.

Appearently it doesn't pick up the http_proxy setting from the
environment, or it is unable to use it.

So the question is: do I massage the <!DOCTYPE>?  Or do I try to make
saxon use the proxy server?


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