Links
Examples
- Woodrat Reader - A simple Open Document viewer for Windows written in C++ and using AsmXml. A good example as it shows a real application using a complex schema.
XML
- XML Benchmarks - A project to provide benchmarking toolset for all available multiplatform C/C++ (and some Java) XML parsers.
- SAX Parser Benchmarks from the piccolo parser.
- XML Introduction - from Canadian Mind Products.
- Abolish XML namespaces? - Making the case for change with this problematic technology.
Assembler
- FASM - The assembler used to create AsmXml.
- Software optimization resources - A lot of resources for optimizations in C++ and assembler.
- Linux Assembly - Various resources for assembly programming under Linux.