This is Bugzilla
View Bug Activity | Format For Printing | XML | Clone This Bug
Pedantic: ========= Abiword XML documents are currently "well formed". To be "valid" XML they must include a doctype. eg the doctype attribute from the XHTML output <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml/DTD/xhtml1-strict.dtd">
Note that in order to do this, we need a valid, up-to-date DTD (the one posted at http://www.abisource.com/awml.dtd is over a year out of date). Also, we should update the XHTML one, since that link is broken; it's now http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
XHTML updated. ABW has a DOCTYPE behind an #if 0 now. After I update the DTD, I'll enable it.
Closing
Cool! Verified.