This is a lightweight library designed for Codewarrior C/C++ developers who needs to parse/create XML documents consuming as little resources as possible. You can use it to parse or create XML documents based on information contained in your Palm databases and resources, or access Web Services (when combined with a communication layer like our HTTP Protocol). We will soon post samples on how to implement this. The product comes packed as a library file with C/C++ headers, so you can include it in your own programs by simply linking it. It runs on ANY Palm OS device running Palm OS version 3.0 and higher. Download DOM XML Reference Manual (PDF, 133Kb) Features - Simplified DOM-style parser. - Pure C library. - C++ Object Wrapper Interface included (class Wrapper). - Traverse XML documents using a similar DOM syntax. - Search children and attributes by name. - Modify/Write capabilities. Limitations - No DTD or XML-Schema validation is made. - XML is not strictly checked. - 64KB capacity for the XML Document text (Palm OS limitation). - !DOCTYPE, ENTITY, NOTATION not fully parsed. - XPath notation no implemented. Please note that this library can be linked only with other Codewarrior object files.