Zeus (b3_5): Unable to handle recursive DTD ... more

"Darby, Chad" <[email protected]> Tue, 01 Oct 2002 16:16:48 -0400
Newsgroups gmane.comp.java.enhydra.zeus
Message-ID <[email protected]>
Hi,

In reference to my previous post...the source code for my Test program is
below:

package core;

import java.util.List;
import java.util.Iterator;

import java.io.File;
import java.io.FileWriter;
import java.io.*;

import org.jdom.*;

import core.dcr.Record;
import core.dcr.RecordUnmarshaller;


public class Test {

    public static void main(String[] args) {

        String fileName =3D "sample_data.xml";

        try {
			System.out.println("Loading: " + fileName);
            Record myRecord =3D RecordUnmarshaller.unmarshal(new
File(fileName));
            myRecord.marshal(System.out);
        }
        catch (Exception exc) {
            exc.printStackTrace();
        }
    }
}




Ch=E1d (shod) Darby
215-631-5216
[email protected]


-------------------------------------------------------------------------=
-----
Notice: This e-mail message, together with any attachments, contains info=
rmation of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that m=
ay be confidential, proprietary copyrighted and/or legally privileged, an=
d is intended solely for the use of the individual or entity named on thi=
s message.  If you are not the intended recipient, and have received this=
 message in error, please immediately return this by e-mail and then dele=
te it.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D