I keep on getting this message when trying to open xml files:
The entity name must immediately follow the "&' in the entity reference.
And this comes up in my log:
ERROR: [Jul 4, 2007 9:33:11 AM]
org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
com.zbluesoftware.fsxp.engine.OpenEngine.parseXML(OpenEngine.java:232)
com.zbluesoftware.fsxp.engine.OpenEngine.openAirport(OpenEngine.java:186)
com.zbluesoftware.fsxp.FSXPlanner$2.run(FSXPlanner.java:170)
Any idea of what to do?
The entity name must immediately follow the "&' in the entity reference.
And this comes up in my log:
ERROR: [Jul 4, 2007 9:33:11 AM]
org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
com.zbluesoftware.fsxp.engine.OpenEngine.parseXML(OpenEngine.java:232)
com.zbluesoftware.fsxp.engine.OpenEngine.openAirport(OpenEngine.java:186)
com.zbluesoftware.fsxp.FSXPlanner$2.run(FSXPlanner.java:170)
Any idea of what to do?



