GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of deanmao/nusax
Description: XML SAX parser for the Nu Programming Language
Clone URL: git://github.com/timburks/nusax.git
nusax /
name age message
file .gitignore Thu Jul 31 10:52:03 -0700 2008 Ignore build/ and NuSAX.framework/ directories [chapados]
file Nukefile Thu Jul 31 10:51:20 -0700 2008 Changes to Mac OS X (native) build settings [chapados]
file README Tue Apr 29 02:41:48 -0700 2008 asdf [deanmao]
directory examples/ Tue Jun 03 21:18:55 -0700 2008 Added pretty-printer for Nu code objects create... [timburks]
directory nu/ Tue Jun 03 21:18:55 -0700 2008 Added pretty-printer for Nu code objects create... [timburks]
directory objc/ Fri May 02 17:43:26 -0700 2008 Experimental changes that use symbols for attri... [timburks]
directory test/ Fri May 02 17:43:26 -0700 2008 Experimental changes that use symbols for attri... [timburks]
README
Simple to use:

("<test><blah>blah</blah></test>" fromXml) yields: 
'(test () (blah () blah))

('(fruits () (apple ((language english) (version "3.0")) blah) (orange () foo)) toXml) yields:
"<fruits><apple  version=\"3.0\" language=\"english\">blah</apple><orange>foo</orange></fruits>"