[dom4j-user] The entity name must immediately follow the '' in the entity reference

2003-12-01 Thread Lee Peik Feng
Hi, I have an XML file containing the line as follow: Param Name = Artist Value = Jacky Cheung Pang / When I try to parse the file SAXReader reader = new SAXReader(); Document document = reader.read(myfile);--- error occur here I get the error below: org.dom4j.DocumentException: Error

RE: [dom4j-user] The entity name must immediately follow the '' in the entity reference

2003-12-01 Thread Mattias Reichel
Hi, you say you have an xml file, but you really don't according to: http://www.w3.org/TR/REC-xml#syntax / Mattias Reichel -Original Message- From: [EMAIL PROTECTED] [mailto:dom4j-user- [EMAIL PROTECTED] On Behalf Of Lee Peik Feng Sent: den 1 december 2003 08:33 To: [EMAIL

Re: [dom4j-user] The entity name must immediately follow the '' in the entity reference

2003-12-01 Thread Christian Niles
The best solution is to get the other program fixed, though the Tidy program does provide the ability to repair broken HTML/XML documents: http://tidy.sourceforge.net/ christian. On Monday, December 1, 2003, at 02:32 AM, Lee Peik Feng wrote: Hi, I have an XML file containing the line as