I think this is mentioned in libxml faq (
http://www.xmlsoft.org/FAQ.html ), point 1 in Developer corner section.
> -----Original Message-----
> From: AOLserver Discussion
> [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Jackson
> Sent: Thursday, June 14, 2001 3:03 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [AOLSERVER] ns_xml module node count
>
>
> Rewriting the xml like below seems to remove the problem:
> <?xml version="1.0"?>
> <product
> ><attribute name="CategoryCode">11</attribute
> ><attribute name="SubCategoryCode">21</attribute
> ></product>
>
> --Tom Jackson
>