On Thu, Aug 25, 2005 at 11:46:07PM -0200, Arx Henrique wrote:
> Hi all
> 
> I wonder know how many entrys a xml file could support in a struct like this:
> 
> <root>
>   <user>
>     <name>some</name>
>     <addres>some</addres>
>     <email>some</email>
>     <phone>phone</phone>
>   </user>
>     ...
> </root>

  no limit.

> when libxml performance become slow ?

  completely depends what you are doing with it, the parser can operate
in constant memory independantly of the size of the input if you use one
of the streaming interfaces.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to