[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Looking for good xhtml explorer
- From: Philip Fearon <pgfearo@googlemail.com>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Wed, 28 Nov 2012 15:34:38 +0000
The problem is that this is not well-formed XML (as it happens, its not valid HTML either).
Some browsers (like Chrome which I'm testing on now) will still create an XML DOM,
but insert a 'parseerror' element into the XML DOM. Because no exception is thrown,
PathEnq's XML text-rendering component still attempts to parse the source as XML with
it's own 'nieve' parser - and fails leaving an unhelpful 'stackoverflow' error message.
To see the full error report in PathEnq, you can disable the text-rendering component by
toggling the 'Hide XML source' option on the options dialog to 'On' and then reloading
the 'XML'. In Chrome, I then get the following error reported in the PathEnq console for
the URL provided:
This page contains the following errors:error on line 196 at column 184: EntityRef: expecting ';'
Below is a rendering of the page up to the first error...<snip>
I will add advice on this in the 'trouble-shooting' part of the documentation, but the real issue
here is that PathEnq is not designed to be an XML Editor, so it's own parser does not attempt to
show accurately where XML errors are - it relies on the browser's parser.
As this forum is not for specific products, for any further support issues, please contact me at:
Thanks
Phil
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]