> > However I find that the underlying engine if it finds a .dtd file > > missing, it will silently fail and skip the rest of the > declarations > > even though there is a valid DTD file further down. > > > > Phil > > I've seen that too
In the example provided by Neil, you're leveraging XML entities to "include" multiple DTDs. I doubt if the XML parser actually defines two DOCTYPEs as per my original question. However, it gets the job done for i18n... I just wouldn't depend on it for formally defining multiple DOCTYPEs without some testing of my own. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
