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:
TealInfoDB: Integral Data Types This folio lists integral data type information. It currently includes VB, C/C++, Java, and C#
SuperWaba Best Java Virtual Machine for PalmOS, Windows CE and Symbian
Nutshell Nutshell is a powerful utility for creating self-expanding installers.
With Nutshell for Palm OS there is no longer any need to distribute multiple PRC and PDB files when distributing software. Just create a Nutshell self-expanding archive. After installing the single installer file on any Palm device, just tap it to automatically expand the archive
eScl eScl - eTree Simple Compression Library (eScl) is a data compression 'shared library' for PalmOS.
It is designed with the memory and CPU limitations of Palm PDAs in mind.
For Conduit, Network, and Wireless development eTree also offers a free version of the library as a Windows (Win32) Dynamic Link Library.
What's New in This Release:
· Version 1
NewBie - numfld NewBie - numfld includes a copy of "Hello World" liked source code about set/get number (real number) from/into a field.
To all newbie Palm programmers, please enjoy your first step on Palm programming.
What's New in This Release:
· Recompiled due to bug from prc-tool 2.0.
· Renamed from "text/float conv." to numfld
SuperWaba (Palm OS) SuperWaba is a Virtual Machine that can be run in Palm OS, Symbian, Pocket PC, Windows CE, AppletViewer and Windows 98 (and beyond). Because of the way SuperWaba was written, you can use Java to develop for it
HelloMemo Free alternative MemoPad developed with mobileStudio C++
SuperOptimize SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized
JMemo2HTML JMemo2HTML - This Desktop Application exports all entries of the MemoDB.pdb to a HTML File.
It is not the File used by the PalmDesktop; use Pilo-xfer or other tools
to export the database from your palm to the platform you prefer
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