SP now supports DTD-less parsing. In particular you should now be able to
parse well-formed (but invalid) XML documents. You must of course use an
appropriate SGML declaration (I've included one in the distribution). Some
XML features that are incompatible with SGML (without the proposed SGML TC)
are not supported, notably hex character references. Use -wno-valid to turn
off validation.
James