Skip to main content
  1. book/

XML

·78 words
Andy Jackson
Author
Andy Jackson
Fighting entropy since 1993
Table of Contents

xml #

The standard for standards that will allow us to standardize every standard in a standards-conformant manner. As standard.

Links #

  • Standards

  • Parsers

    • Giffle:expat - SAX in C.
    • Giffle:xerces - C++ or Java, SAX or DOM.
    • Mini-XML - a small DOM-style parser written in ANSI C.
  • Marshalling

    • JaxMe2 XML<->Java<->SQL I think.