Menu

TinyXML constraints

mojo
2005-12-13
2013-05-20
  • mojo

    mojo - 2005-12-13

    are there any constraints of TinyXML?
    - on size of a document
    - on size of attribute value or text
    - number of nested elements
    - level of nesting
    - number of elements in the document

    didn't find any of that info in the documentation.

    thank you for your attention

     
    • Yves Berquin

      Yves Berquin - 2005-12-13

      There is no limitation on size, number of nested elements, number of attributes etc, the whole structure being a dynamic tree with elements allocated on the heap.

      Now, this doesn't mean that you can open a gigabyte file : the time it will take to load this in memory will be so huge that it won't be usable, for the near future at least.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.