[PHP] Re: DOM namespace prefix troubles

2005-11-02 Thread Ace McKool
Thanks Rob! That solved my probem. Thanks again! On 11/2/05, Rob <[EMAIL PROTECTED]> wrote: > > Ace McKool wrote: > > > What I'm trying to create is something like the following: > > > > > > > > > > I am unable to create the "" element with the "cac:" > namespace > > prefix. Any suggestions wo

[PHP] Re: DOM namespace prefix troubles

2005-11-02 Thread Rob
Ace McKool wrote: What I'm trying to create is something like the following: I am unable to create the "" element with the "cac:" namespace prefix. Any suggestions would be appreciated! $dom = new DOMDocument("1.0", "UTF-8"); $root = $dom->createElement('Notes'); $dom->appendChild($