Re: [PHP-XML-DEV] !DOCTYPE creation viadom implementation
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Jaanus Heeringson > I'm having a hard time creating the !DOCTYPE instruction. As far as i > know i need to use the domimplementation approach, but if there is some > other way I'd like to hear it. Here is my code: There were bugs in the domImplementation::createDocument which are fixed in the latest CVS. The changes should correct the issues brought up in both emails. Thanks for bringing attention to this. Rob