Hello everybody,
Got a problem and I don't know the sollution and I am running on a deadline... pls help.
I have build a webclient based on XML hundreds of xml file. I used xml_parse_into_struct to parse the xml file and created a 'DOM' tree out of it. All went well until I found out that all the xml files with entities had problem. When I printed out the complete tree, it seems that external entities are completely ignored. I then just used xml_parse_into_struct and printed out the resulting arrays. The entities were also ignored here.
My question is: is there a way to use entities, without having to switch to xml_parse and handle all the events separatly??
I really hope someone could help me out with this one.
With many thanks in advance.
John