Post #2192362
2026-05-06 06:52 UTC
@lritter@mastodon.gamedev.place ok so how do I XSLT this
Replies (2)
-
@lritter@mastodon.gamedev.place 2026-05-06 07:04
@aeva@mastodon.gamedev.place sxpp would be the equivalent tool. you define rewrite rules which transform the document. all tests in https://git.sr.ht/~duangle/sxpp/tree/master/item/testing are evaluated using https://git.sr.ht/~duangle/sxpp/tree/master/item/testing/testing-rules.sx the builtin form reference is here https://git.sr.ht/~duangle/sxpp/tree/master/item/doc/reference.md and is tested here https://git.sr.ht/~duangle/sxpp/tree/master/item/testing/builtins.sx it's intended as a preprocessor but can also be used standalone.
-
@koos303@ravenation.club 2026-05-06 13:03
@aeva@mastodon.gamedev.place @lritter@mastodon.gamedev.place I would use C14N