Christian Stocker wrote:
Use $dom->createProcessingInstruction($target, $data) ;
and then append this to the document.
that could maybe work
see
http://ch.php.net/manual/en/function.dom-domdocument-createprocessinginstruction.php
for more details.
Thank you Christian, the following code worked fi
On Wed, 27 Oct 2004 13:52:13 +0100, Dusty Bin <[EMAIL PROTECTED]> wrote:
> I have a requirement to create an XML file which looks approximately like:
>
>
>
>
>Item Text
>...
>
>
> The file needs to be formatted.
>
> I built a dom using the Dom extension, creating a document, adding
>
I have a requirement to create an XML file which looks approximately like:
Item Text
...
The file needs to be formatted.
I built a dom using the Dom extension, creating a document, adding
nodes, and I got a nicely formatted XML file from $dom->saveXML();
The only problem I had, was that I
3 matches
Mail list logo