Changes between Version 14 and Version 15 of SoCKMLRead


Ignore:
Timestamp:
Jun 8, 2007, 2:56:15 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Parsers comparison table

Legend:

Unmodified
Added
Removed
Modified
  • SoCKMLRead

    v14 v15  
    2929
    3030
    31 ||'''Feature'''||Expat||Xerces||minixml||libXML||
    32 
     31||'''Feature'''||'''Expat'''||'''Xerces'''||'''minixml'''||'''libXML'''||
     32||''Parser''||[http://en.wikipedia.org/wiki/Simple_API_for_XML SAX]||SAX, [http://en.wikipedia.org/wiki/Document_Object_Model DOM]||||DOM||
     33||''Validating''||no||yes||||yes (w/o reparsing)||
     34||''Encoding''||UTF-8||UTF-8/16,ASCII,latin1||||UTF-8/16,ASCII,latin1||
     35||''Library size''||150KB||~4MB||||~1MB||
     36||''Thread safe''||yes||yes||||yes||
     37||...||...||...||...||...||
    3338
    3439== Links ==