RE: [PHP] Problem with xml_parse_into_struct

2003-01-30 Thread John W. Holmes
> >I have various XML files that might contain <> tags inside the element > body, for example: > > > >Today on > 1/29/03, stuff happened > > > Your XML is not well formed, not properly nested use: > > > > This way the XML parser wil accept and , otherwise it sees it as > XML elements. I hope th

Re: [PHP] Problem with xml_parse_into_struct

2003-01-29 Thread Davy Obdam
Hi Phil, Your XML is not well formed, not properly nested use: This way the XML parser wil accept and , otherwise it sees it as XML elements. I hope this helps. Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Phil Powell wrote: I have various XML files that might contain <> tags inside

[PHP] Problem with xml_parse_into_struct

2003-01-29 Thread Phil Powell
I have various XML files that might contain <> tags inside the element body, for example: Today on 1/29/03, stuff happened Because of this I can't use xml_parse_into_struct; when I do this happens: array ( ... [attributes] => array ( [ID] = "1"