On Tue, Jul 18, 2006 at 01:15:05PM +0200, Anne Müller wrote: > Hi, > > > > is it possible to convert this sgml-dtd in a xml-dtd? If yes, how?
In general no, as XML DTD syntax is a tiny subset of SGML DTD syntax, and as you discovered an XML parser will fail with a well-formedness error when hitting something outside of that subset. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
