aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: namespace prefix should not include 'xmlns:'Libravatar cel 🌸9 days1-1/+1
|
* feat: xml loggingLibravatar cel 🌸9 days4-77/+1322
|
* cleanupLibravatar cel 🌸2025-02-254-164/+162
|
* implement proper errors with thiserrorLibravatar cel 🌸2025-02-251-8/+8
|
* miscLibravatar cel 🌸2024-11-241-3/+41
|
* implement element writingLibravatar cel 🌸2024-11-201-1/+1
|
* WIP: write start tag of elementLibravatar cel 🌸2024-11-201-7/+94
|
* store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸2024-11-191-0/+13
|
* move Parser traits' generic outputs into associated typesLibravatar cel 🌸2024-11-112-186/+550
|
* add non-streaming parsersLibravatar cel 🌸2024-11-112-0/+1523
|
* impl Stream for ReaderLibravatar cel 🌸2024-11-112-4/+1
|
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-103-1/+35
|
* implement element readingLibravatar cel 🌸2024-11-101-16/+225
|
* fix NCName and AttValue parsersLibravatar cel 🌸2024-11-021-16/+10
|
* fix NCName parserLibravatar cel 🌸2024-11-021-1/+1
|
* implement XML composersLibravatar cel 🌸2024-11-023-25/+788
|
* WIP: XML composersLibravatar cel 🌸2024-11-013-66/+846
|
* change contents of Names and Nmtokens to VecsLibravatar cel 🌸2024-11-012-10/+9
|
* fix buildLibravatar cel 🌸2024-10-311-1/+1
|
* fix CDSect parse test regressionLibravatar cel 🌸2024-10-311-1/+4
|
* refactor parsers into Parser trait implementationsLibravatar cel 🌸2024-10-312-1089/+1653
|
* namespace parsingLibravatar cel 🌸2024-06-272-0/+1526