|
Posted by Veikko Mδkinen on 08/02/05 09:13
Francesco Moi wrote:
> Hi.
>
> Working with 4.3.11, I'm trying to parse an XML document:
> ------------
> <doc>
> <item id=1>Richard</item>
> <item id=2>Mary</item>
> </doc>
This is not well-formed XML - attribute values must be in single or
double quotes (id='1' or id="2").
Then see the first User Contributed Note in
http://www.php.net/xml_set_element_handler. If it doesn't help, ask for
more help here.
-veikko
--
veikko
mail@ .com
makinen
Navigation:
[Reply to this message]
|