Re: [PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-16 20:42:48 +0100: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 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

Re: [PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-17 Thread Rob Richards
Mathijs van Veluw wrote: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 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

Re: [PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-17 07:08:44 -0500: Mathijs van Veluw wrote: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 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

[PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-16 Thread Mathijs van Veluw
Hello there, 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? Thx in advance. Mathijs. --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000703-1, 01/15/2007 Tested on:

Re: [PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-16 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 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

Re: [PHP] How to prevent DomDocument from adding a !DOCTYPE.

2007-01-16 Thread Mathijs van Veluw
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 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