Hi,

At my job, I'm trying to convert an XHTML file to XSL-FO format using Xalan
and XSLT Stylesheet (xhtml2fo.xsl).

I type this line :

xalan -IN myFile.html -XSL xhtml2fo.xsl -OUT myFile.fo

I have this error :

(Location of error unknown)java.net.UnknownHostException: www.w3.org

I think that the root cause of my problem is the proxy I use versus these
lines in 'xhtml2fo.xsl' :

<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:fo="http://www.w3.org/1999/XSL/Format";
                xmlns:html="http://www.w3.org/1999/xhtml";>

That needs transformers from w3c.

Is there a way to this conversion without having an internet connection ?

I think that if internet is necessary for the conversion, it won't be used
at my work.

Thanks you in advance for thinking about my problem.

Regards,

David.
-- 
View this message in context: 
http://www.nabble.com/Problem-of-internet-dependances-tp15183954p15183954.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.

Reply via email to