Yes, the topic is me swearing.
Bad news. One of my hard drives died, and it happened to be the one that XPlode3 was stored on.
The last backup I made of my whole source tree was back when I had a half-baked XPlode2.... so I get to do it ALLLLLL again.
Hopefully I will have something usable within a week, but not promises.
*mightily p***ed off*
Page 1 of 1
My hard drive died
#3
Posted 20 December 2004 - 01:22 AM
Just a note... XPlode will now be using a more conformant XML parser... and it TELLS you what you get wrong.
Example:
Error:
From XML Spec:
http://www.w3.org/TR...#sec-references
I assume that nobody gets it.... but you can figure out what it means from the spec.
i.e. The error was the & should be & as per normal.
Yes it's been a long day, so this post may not be understandable...
Example:
<test>This is a long **** test of something & something.</test>
Error:
Quote
Ill-formed entity reference in text section (Rule 68).
http://www.w3.org/TR...#sec-references
Quote
[68] EntityRef ::= '&' Name ';' [WFC: Entity Declared]
[VC: Entity Declared]
[WFC: Parsed Entity]
[WFC: No Recursion]
[VC: Entity Declared]
[WFC: Parsed Entity]
[WFC: No Recursion]
I assume that nobody gets it.... but you can figure out what it means from the spec.
i.e. The error was the & should be & as per normal.
Yes it's been a long day, so this post may not be understandable...
Page 1 of 1

Sign In
Register
Help
This topic is locked

MultiQuote



Report