Sounds like a systemId or include/import/document href is off somehow.  You
could search for 'home' in any of your xsl:include, xsl:import or document
() areas to start to track it down.  Since docbook has several levels of
inclusion, it might be a problem between some included stylesheet's
systemId and the stylesheet it includes.
Oh, wait: try either moving everything to your /usr/local/xsl/html
directory and running the process from there, or try using full URI's for
each file instead of local paths.

This is awfully difficult to debug further without the source story.xml and
docbook.xsl stylesheets you're using.

- Shane

---- you [EMAIL PROTECTED] (Carlos) wrote ----
> I'm trying to get docbook working with Xalan, but get the error below.
Any
> and all help is greatly appreciated
>
> Carlos
>
> [elrond@rivendell elrond]$ java org.apache.xalan.xslt.Process -IN
story.xml
> -XSL
>  /usr/local/xsl/html/docbook.xsl -OUT stories.html
>
> XSLT Error (javax.xml.transform.TransformerConfigurationException):
> javax.xml.tr
> ansform.TransformerException: java.net.UnknownHostException: home
----

Reply via email to