Tagged Questions
The parsing-error tag has no wiki summary.
7
votes
3answers
8k views
HTML Parsing Error
I can't find out what the problem is, and why I keep receiving this error in Internet Explorer 8, as it's the only error that I am receiving. Any thoughts as to what it means, or a simple solution? I ...
1
vote
1answer
1k views
Why do I get a “Premature End of File” error when performing my XSLT transform?
Getting Line #-1; Column #-1; Premature end of file Error while xslt transform
XSL :
<xsl:template match="/">
<html>
<head>
<title>Real's ...
1
vote
2answers
230 views
MathJax doesn't render the “less-than sign”
I'm trying to display the less-than sign using MathJax to render MathML input... currently working on Firefox but will be expanding to other browsers. I have tried displaying the sign in different ...
1
vote
6answers
743 views
Can I detect XHTML parsing errors using Javascript?
When I have a markup error in my XHTML page, Mozilla Firefox displays the "Yellow Screen of Death", showing only a large red error message on a yellow background.
While these errors are rare, they ...
0
votes
1answer
9 views
NSXMLParser parsing failure on reuse but no error code
i have 4 NSXMLParser objects.they work fine when i use them for first time but when i use them more than once they fail but return no error code
initialization
-(void)initParsers
{
NSURL* ...
0
votes
2answers
186 views
PHP parsing error in Drupal-based website
I am working on a Drupal-based website that works fine on the remote server (LAMP stack) as well as all other developer's systems (WAMP stack). But when I try to run it, the PHP code is spit out in ...