aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: namespace prefix should not include 'xmlns:'HEADmainLibravatar cel 🌸21 hours2-5/+9
|
* feat: xml loggingLibravatar cel 🌸21 hours13-91/+1488
|
* implement Clone and other improvements for ErrorLibravatar cel 🌸2025-02-251-12/+25
|
* update README.mdLibravatar cel 🌸2025-02-251-9/+4
|
* cleanupLibravatar cel 🌸2025-02-259-214/+175
|
* implement proper errors with thiserrorLibravatar cel 🌸2025-02-255-62/+91
|
* return error when attempt to read/write more than one root element in documentLibravatar cel 🌸2025-01-125-9/+93
|
* remove broken stream implementationLibravatar cel 🌸2024-12-065-57/+24
|
* add write function and remove todo Sink implLibravatar cel 🌸2024-12-041-31/+7
|
* create IntoContent trait and add Comment ContentBuilder typeLibravatar cel 🌸2024-12-041-1/+11
|
* use trait generic in push_child element builder methodLibravatar cel 🌸2024-12-021-3/+3
|
* add some tracingLibravatar cel 🌸2024-11-296-3/+60
|
* create element builder and refactor apiLibravatar cel 🌸2024-11-284-17/+567
|
* automatically declare default namespaces unless overridenLibravatar cel 🌸2024-11-244-17/+57
|
* miscLibravatar cel 🌸2024-11-247-46/+240
|
* implement element writingLibravatar cel 🌸2024-11-206-21/+201
|
* make namespaces optionalLibravatar cel 🌸2024-11-203-50/+92
|
* WIP: write start tag of elementLibravatar cel 🌸2024-11-204-19/+163
|
* implement write end tagLibravatar cel 🌸2024-11-191-23/+31
|
* implement end tag match checkLibravatar cel 🌸2024-11-192-32/+64
|
* fix attribute namespace resolutionLibravatar cel 🌸2024-11-192-260/+180
|
* store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸2024-11-195-52/+136
|
* 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-114-38/+141
|
* WIP: impl Stream for ReaderLibravatar cel 🌸2024-11-105-94/+305
|
* implement reader testingLibravatar cel 🌸2024-11-104-4/+122
|
* implement element readingLibravatar cel 🌸2024-11-108-37/+692
|
* fix NCName and AttValue parsersLibravatar cel 🌸2024-11-021-16/+10
|
* test composersLibravatar cel 🌸2024-11-023-5/+110
|
* fix NCName parserLibravatar cel 🌸2024-11-021-1/+1
|
* implement XML composersLibravatar cel 🌸2024-11-023-25/+788
|
* WIP: XML composersLibravatar cel 🌸2024-11-014-67/+848
|
* change contents of Names and Nmtokens to VecsLibravatar cel 🌸2024-11-012-10/+9
|
* fix buildLibravatar cel 🌸2024-10-313-68/+69
|
* fix CDSect parse test regressionLibravatar cel 🌸2024-10-311-1/+4
|
* refactor parsers into Parser trait implementationsLibravatar cel 🌸2024-10-312-1089/+1653
|
* WIP: stream parsingLibravatar cel 🌸2024-06-292-12/+45
|
* WIP: stream parsingLibravatar cel 🌸2024-06-276-12/+239
|
* namespace parsingLibravatar cel 🌸2024-06-273-30/+176
|
* IT WORKSLibravatar cel 🌸2024-06-251-2/+2
|
* remove unused importsLibravatar cel 🌸2024-06-251-4/+4
|
* change privacyLibravatar cel 🌸2024-06-253-107/+142
|
* WIP: conditional sectionsLibravatar cel 🌸2024-06-251-4/+243
|
* WIP: element type declarationsLibravatar cel 🌸2024-06-251-3/+166
|
* WIP: element parsingLibravatar cel 🌸2024-06-251-13/+81
|
* WIP: extSubsetLibravatar cel 🌸2024-06-251-20/+188
|
* WIP: dtd garboLibravatar cel 🌸2024-06-241-38/+244
|
* WIP: element parsingLibravatar cel 🌸2024-06-221-15/+21
|
* WIP: XMLDecl stuffLibravatar cel 🌸2024-06-211-21/+69
|