https://github.com/zyrolasting/dynamic-xml
Apply keyword procedures in a given Racket namespace using X-expressions.
https://github.com/zyrolasting/dynamic-xml
document-processing racket xml
Last synced: 12 days ago
JSON representation
Apply keyword procedures in a given Racket namespace using X-expressions.
- Host: GitHub
- URL: https://github.com/zyrolasting/dynamic-xml
- Owner: zyrolasting
- License: other
- Created: 2020-04-09T05:21:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T23:19:31.000Z (about 5 years ago)
- Last Synced: 2025-06-17T06:03:27.384Z (12 days ago)
- Topics: document-processing, racket, xml
- Language: Racket
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://sagegerard.com/subscribe.html)
[](https://opensource.org/licenses/MIT)
[](http://docs.racket-lang.org/dynamic-xml/index.html)Nothing magical here. This small library provides the means to apply
keyword procedures in a given namespace using X-expressions. This is
useful for XML-based document processors that either want to support
custom elements, or transform existing elements.