DOM XML Parser Library for Palm OS (CodeWarrior Platform) - This is a lightweight library designed for 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.
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.
This library was designed for compiling with Metrowerks CodeWarrior. Contact us for using it with other development tools
· 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.
What's New in This Release:
· New Targets: Support Multibyte Strings and Comments. The Multi-Byte support languages that use more than one byte to represent a character, such as Unicode and Japanese Kanji.
Like it? Share with your friends!
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x
Similar Software:
App Log I use this for my own PDAToolbox development to track files, field names, CIDS, etc
FtrList FtrList - I once needed a small tool to check which features were installed and what their values were and came up with this small program.
The program consists of a list in which all installed features are shown.
The first column is the creatorID of the owner, the second the feature number and the third the value in hex
RegCode Developer Kit RegCode Developer Kit is a standardized system which works with online software distributors to provide both security and realtime fulfillment.
This development kit includes examples, source code, and documentation describing RegCode
Pocket Toolbox Library Pocket Toolbox Library - Pocket Toolbox is a native library for PocketC targeted for game development.
The library extends PocketC with the following features: multi-buffered graphics, fast resource bitmaps, 2 & 4 bit grayscale and color graphics, IR comm, custom font importing, and much more
BrainF#ck BrainF#ck-This is a full onboard Palm IDE for the BrainF#ck programming language, you can edit, debug and run BrainF#ck programs. You can watch the current memory, output and even run the program step by step. A short BrainF#ck description can be found here
ResistorCode ResistorCode is an application which makes it possible to determine the color code from the a resistor value or to determine the value of a resistor from its color code.
The majority of resistors types have color codes to indicate their values.
In this application we have established 3 types of resistors (4, 5 and 6 bands)
PRCExplorer PRCExplorer - Using this tool you can open any PRC file and navigate into it. You can see individual resources, graphically display Forms and Alerts, Bitmaps, Fonts, ... This is useful to debug and develop your application as well as analyzing PRCs
Database Converter Plus Database Converter Plus is an ultimate utility for palm developers, to convert any desktop database table(s) to Palm Database (.PDB) in their own application. It will help developer to convert the contents of any desktop databases like MS Access, Excel, Oracle, SQL Server, FoxPro, dBase and any other ODBC enable Database
JResourceLister JResourceLister - A Java JAR File to dump Creator, Type, Size, Name, FileName as a CSV File from PDB's and/or PRC's. It runs with Java 1.1 or better.
What's New in This Release:
· - now there is a message if the PathOrFileName is not found - "
Quartus Forth Quartus Forth - Since 1997, Quartus Forth is the original on-board ISO/ANSI Standard Forth compiler for Palm OS handheld computers. Quartus Forth is fast, and builds genuine native executables that need no 'run-time' libraries.
Forth is a perfect fit for the handheld screen, and Quartus Forth makes programming the Palm OS simple
Other Software by developer «PDADevelopers.com»:
HTTP protocol for Palm OS (CodeWarrior Platform) HTTP protocol for Palm OS (CodeWarrior Platform) - This library is an implementation of a subset of W3C specs for HTTP protocol. It's packed as a library file with C++ headers, so you can include it in your own programs simply linking it into your programs. It runs on ANY Palm OS device running Palm OS version 3.0 and higher (not only on Palm VII)
HTTP protocol for Palm OS (PRC Tools Platform) HTTP protocol for Palm OS (PRC Tools Platform) - This library is an implementation of a subset of W3C specs for HTTP protocol. It's packed as a library file with C++ headers, so you can include it in your own programs simply linking it into your programs. It runs on ANY Palm OS device running Palm OS version 3.0 and higher (not only on Palm VII)
HTTPS + HTTP protocol for Palm OS (CodeWarrior Platform) HTTPS + HTTP protocol for Palm OS (CodeWarrior Platform) - It is a CodeWarrior C++ Palm OS implementation of both HTTP and HTTPS protocols. It's packed as a library file (.lib) with C++ headers, so you can include it in your own programs simply linking it into your PRC