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: website newbie


On Sun, 2002-08-11 at 04:08, Kevin Dunn wrote:
> I have been using docbook dsssl, but dove into xsl in order to try out website-2.2. I got xsltproc installed and ran the Makefile in the website/example directory. xsltproc built all the html files (correctly AFAICT) but it complains along the way:
> 
> xmlNanoHTTPConnectAttempt: Connect attempt timed out.
> 
> It builds several html files and then hangs on one, then builds some more, then hangs again. If I run the Makefile several times, it hangs at different files. Seems like it is looking for something on a server somewhere and if the server is busy it complains. Even though it hangs, it still seems to build the html all right.
> 
> Does anybody know what causes this?

It's probably trying to download the DTDs that you're referencing at the
top of all of your files. Since you're using xsltproc, you can take
advantage of its support for XML Catalogs:
<http://www.xmlsoft.org/catalog.html>. You're transforms will run MUCH
faster once you do this.

Jason



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