aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfeat: include input in parse errorLibravatar cel 🌸1-1/+6
2025-04-03fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸1-1/+1
2025-04-03feat: xml loggingLibravatar cel 🌸4-77/+1322
2025-02-25cleanupLibravatar cel 🌸4-164/+162
2025-02-25implement proper errors with thiserrorLibravatar cel 🌸1-8/+8
2024-11-24miscLibravatar cel 🌸1-3/+41
2024-11-20implement element writingLibravatar cel 🌸1-1/+1
2024-11-20WIP: write start tag of elementLibravatar cel 🌸1-7/+94
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸1-0/+13
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸2-186/+550
2024-11-11add non-streaming parsersLibravatar cel 🌸2-0/+1523
2024-11-11impl Stream for ReaderLibravatar cel 🌸2-4/+1
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸3-1/+35
2024-11-10implement element readingLibravatar cel 🌸1-16/+225
2024-11-02fix NCName and AttValue parsersLibravatar cel 🌸1-16/+10
2024-11-02fix NCName parserLibravatar cel 🌸1-1/+1
2024-11-02implement XML composersLibravatar cel 🌸3-25/+788
2024-11-01WIP: XML composersLibravatar cel 🌸3-66/+846
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸2-10/+9
2024-10-31fix buildLibravatar cel 🌸1-1/+1
2024-10-31fix CDSect parse test regressionLibravatar cel 🌸1-1/+4
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸2-1089/+1653
2024-06-27namespace parsingLibravatar cel 🌸2-0/+1526