Transform XML docbook to HTML with docbook stylesheet

A

Antonio Amato

Hi,

I want to transform XML docbook to HTML with docbook stylesheet
(docbook-xsl-1.67.0.zip).
I'm using
javax.xml.transform.TransformerFactory
to apply XSLT to XML but it generates an exception:
javax.xml.transform.TransformerException: java.net.ConnectException:
Connection timed out: connect.
Is somebody using docbook-xsl-1.67.0.zip to do this with another
xml.transform?

Thanks
 
M

Michael Wiedmann

Antonio Amato wrote:
....
javax.xml.transform.TransformerException: java.net.ConnectException:
Connection timed out: connect.

This looks like your used XSLT processor tries to access the XSL stylesheets
makeing a network connection and you are offline at this time.
The best solution is to resolve to local filesystem using the XML catalog
system - how to do this depends on your XSLT processor.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top