Mathijs van Veluw wrote:
Roman Neuhauser wrote:
# mathijs.van.veluw@xxxxxxxxxxx / 2007-01-16 15:37:09 +0100:
Im using DomDocument currently and i realy want to prevent it from
adding the !DOCTYPE and mabye even <html> and <body> etc..
Is this possible and how?
Doesn't DOMDocument *require* DTD? I thought it's either that or a
"document fragment" (which is probably what you're looking for).
And how should i do this?
Do you have any example avelable?
A DTD is not required and is not automatically added to XML documents.
Tags are also not automatically added either (using loadHTML methods is
excluded from this statement) so not sure exactly what you are trying to
do here or running into. Are you just trying to serialize a DOMDocument?
<root /> is a perfectly well-formed document (though inclusion of xml
declaration is *highly* recommended).
Rob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php