Re: [xml] How many entrys a xml file could support?



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/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]