https://github.com/tabe/sxml
An R6RS library for SXML
https://github.com/tabe/sxml
Last synced: 4 months ago
JSON representation
An R6RS library for SXML
- Host: GitHub
- URL: https://github.com/tabe/sxml
- Owner: tabe
- Created: 2009-11-14T01:55:36.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-22T07:32:55.000Z (over 16 years ago)
- Last Synced: 2025-07-18T19:22:07.554Z (11 months ago)
- Language: Scheme
- Homepage: http://fixedpoint.jp/
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An R6RS library for SXML
== License
The public domain
== Specification
Since neither `@' nor `@@' is valid as in R6RS [0],
this program uses `^' and `^^' respectively, instead.
See [1] if interested.
== Acknowledgements
This program owes its whole to the original SXML/SSAX library ([2], [3]).
== Notes
* Tests needs Ypsilon [4] with an external library (xunit) [5];
Run `YPSILON_SITELIB="path of (xunit)" make test'.
== Reference
[0] http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.2.1
[1] http://groups.google.com/group/comp.lang.scheme/t/fe624ca8583695ab
[2] http://okmij.org/ftp/Scheme/SXML.html
[3] http://ssax.sourceforge.net/
[4] http://code.google.com/p/ypsilon/
[5] http://github.com/tabe/xunit/