aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/namespaced (unfollow)
Commit message (Collapse)Author
2023-12-23Start work on namespaced xpath.namespaced-xpathHugo Hörnquist
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-09Fix sxml namespaced util.Hugo Hörnquist
2023-10-21Add tests for sxml namespaced + fix 'root-element'.Hugo Hörnquist
* Removes on-root-element since it was never used * Handle the case of root-elemnt with no *TOP*
2023-04-19Utilities for namespaced sxml.Hugo Hörnquist