> >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
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
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"
3 matches
Mail list logo