aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/namespaced.scm (unfollow)
Commit message (Collapse)Author
2023-12-13Update things depending on namespaced sxml.sxml-workHugo Hörnquist
Update all code to emit correctly formed namespaced sxml objects, instead of the old list based approach. Also introduces a number of typechecks which in semi-related parts of the code. Note that the webdav-server test is currently broken.
2023-12-09Rework namespaced sxml type. Still incomplete.Hugo Hörnquist
2023-10-18Change namespaced sxml to use new object system.Hugo Hörnquist
2023-04-19Utilities for namespaced sxml.Hugo Hörnquist
2023-04-18Allow namespaced sxml to add namespaces.Hugo Hörnquist
2023-04-10Add (sxml namespaced).Hugo Hörnquist