An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/%E2%99%A5-Support%20Ethical%20Software-red)](https://sagegerard.com/subscribe.html)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](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.