
Hi, I pasted the HTML5 boilerplate HTML5 into anew html file produces an error saying: Engine name: Xerces Severity: fatal Description: The markup in the document preceding the root element must be well-formed. Start location: 1:3 Line 1 looks like: <!doctype html> best, -Rob

Hello, Thank you for contacting us. Please note that Oxygen is an XML editor and provides helpers(validation, content completion) for HTML5 in XML form. XML-wise that DOCTYPE declaration is incorrect. XML is case sensitive so the declaration should be: <!DOCTYPE html> Regards, Adrian Adrian Buza oXygen XML Editor and Author Support Tel: +1-650-352-1250 ext.202 Fax: +40-251-461482 support@oxygenxml.com http://www.oxygenxml.com Rob Koberg wrote:
Hi,
I pasted the HTML5 boilerplate HTML5 into anew html file produces an error saying:
Engine name: Xerces Severity: fatal Description: The markup in the document preceding the root element must be well-formed. Start location: 1:3
Line 1 looks like:
<!doctype html>
best, -Rob _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Ufff... I can't believe I didn't notice that. The error message was pretty misleading though. thanks, -Rob On Fri, Feb 10, 2012 at 12:28 AM, Adrian Buza <adrian@sync.ro> wrote:
Hello,
Thank you for contacting us.
Please note that Oxygen is an XML editor and provides helpers(validation, content completion) for HTML5 in XML form. XML-wise that DOCTYPE declaration is incorrect. XML is case sensitive so the declaration should be: <!DOCTYPE html>
Regards, Adrian
Adrian Buza oXygen XML Editor and Author Support
Tel: +1-650-352-1250 ext.202 Fax: +40-251-461482 support@oxygenxml.com http://www.oxygenxml.com
Rob Koberg wrote:
Hi,
I pasted the HTML5 boilerplate HTML5 into anew html file produces an error saying:
Engine name: Xerces Severity: fatal Description: The markup in the document preceding the root element must be well-formed. Start location: 1:3
Line 1 looks like:
<!doctype html>
best, -Rob _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Adrian Buza
-
Rob Koberg