Skip to content

dannygreg/TouchXML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= TouchXML =

== Introduction ==

TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes. It is based on the commonly available Open Source libxml2 library.

== License ==

TouchXML is released under the Modified BSD license.

== Goals ==

The goal is to create a lightweight NSXML* style XML api that can used in environments without NSXML* (e.g. iPhone).

  • XML read only. The aim is to make a lite API for reading XML. I'm assuming most applications will only need to read XML and wont need to generate it (AJAX applications tend to receive XML data but transmit data via URL or HTTP form-encoding). Please let me know if your application needs XML write support.

  • Lightweight. Rarely used NSXML* functionality should not be implemented.

See http://github.com/schwa/TouchXML for more.

About

Official "clone" of TouchXML from TouchCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published