[jdom-interest] SAXBuilder Problem

Mark Hortman mark at swapstuff.com
Tue Jul 23 12:42:02 PDT 2002


I am getting the following error.

 

org.jdom.JDOMException: Error on line 4: The element type "META" must be
terminated by the matching end-tag "</META>".

            at org.jdom.input.SAXBuilder.build(SAXBuilder.java:300)

            at org.jdom.input.SAXBuilder.build(SAXBuilder.java:650)

            at com.jcafeinc.builder.JCFrame.acceptCSF(JCFrame.java:505)

 

I DON'T HAVE A META TAG IN MY XML FILE AT ALL.

 

 

I am calling SAXBulder.build with an bufferedReader, which is coming
into an applet from a server.

 

I am using jdom-dev.jar from another project, and appears to be from a
June 20, 2002 nightly build of JDom the best I can tell.

 

Question 1,  When I look at SAXBulder.java, I don't see line 650 as an
executable line of code.

      When I go back many versions of SAXBuilder I still don't see line
650 inside of build, what is the deal?

 

Question 2,  What could be causing this?  My applet appears to work on
some machines and some servers, like my development machine,

                   but not others.   

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20020723/212ae310/attachment.htm


More information about the jdom-interest mailing list