Title: iText and XML - exception :(

Hi!

When I compile and run example 4 of chapter 7 (http://www.lowagie.com/iText/examples/Chap0704.java) I get this exception:

Chapter 7 example 4: making life easy
ExceptionConverter: ExceptionConverter: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:613)
        at java.net.URL.<init>(URL.java:476)
        at java.net.URL.<init>(URL.java:425)
        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:947)
        at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:893)
        at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(XMLEntityManager.java:846)
        at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(XMLDocumentScannerImpl.java:264)
        at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:513)
        at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:595)
        at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1125)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at com.lowagie.text.xml.TagMap.init(TagMap.java:193)
        at com.lowagie.text.xml.TagMap.<init>(TagMap.java:179)
        at com.lowagie.text.xml.XmlParser.go(XmlParser.java:163)
        at com.lowagie.text.xml.XmlParser.parse(XmlParser.java:231)
        at dk.tdc.esecurity.util.doc.XmlToPdfTest.main(XmlToPdfTest.java:44)
null

I have all the files at the right places… Is is because the SAXParser is too new??

Any suggestions?

It's Java JDK 1.4.2

Ragards,
Thomas Rokamp

Reply via email to