[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Saxon -> UnknownHostException

Subject: Saxon -> UnknownHostException
From: "Madlik Monika" <monika.madlik@xxxxxxxxxxxxx>
Date: Wed, 25 May 2005 15:25:36 +0200
unknownhostexception
Hello,

I'm working with XSLT 2.0 and Saxon 8.0.

I created a file named 'xmlAbgbDir.lst' where I put in all names of my
existing xml-files. Then I wrote an xml-file (see example below) and an
xslt-file.
I wrote a batchfile (see example below), with which I wanted to create an
errorlist-html-file. But everytime I start the batchfile I get the message
"Warning: java.net.UnknownHostException: dtd.ln.de". My xml-files include a
dtd - but I had to insert this in the catalog-file of XML-Spy.
How can I tell Saxon to use a dtd generally for all my xml-file (though they
even have a dtd)?

This is my xml-file:
---------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xmlCommDir [
            <!ENTITY xmlDirList SYSTEM "xmlAbgbDir.lst">
            <!ELEMENT xmlCommDir (#PCDATA)>
]>
<xmlCommDir>&xmlDirList;</xmlCommDir>


My batchfile looks like this:
---------------------------------------
SET CLASSPATH=.;G:\xsl\Saxon\saxon8.jar;
java -Xmx512m net.sf.saxon.Transform -o errors_meta.html xmlCommDir.xml
commMetaErrors.xsl

Kind regards,
Monika

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.