Skip to content

deanmao/nusax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"

About

XML SAX parser for the Nu Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published