yxml v0.1.3

Guillaume Piolat contact at contact.contact
Sun Feb 25 22:31:22 UTC 2024


yxml is a port of the yxml[1] XML parser, plus a minimal DOM API 
on top.

There is nothing much to say, its only particularity is to be 
`nothrow @nogc`.

**DUB:** https://code.dlang.org/packages/yxml
**GitHub:** https://github.com/AuburnSounds/yxml

**Features:**
- parsing a subset of XML (same as original yxml). In particular 
Processing Instructions and comments are ignored, there is no 
validation...
- small DOM API (very incomplete)
- `nothrow @nogc`
- one file
- no emission of XML. It's just parsing.

[1] https://github.com/JulStrat/yxml


More information about the Digitalmars-d mailing list