Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-12-06 | remove broken stream implementation | 3 | -43/+8 | |
2024-12-04 | add write function and remove todo Sink impl | 1 | -31/+7 | |
2024-12-04 | create IntoContent trait and add Comment ContentBuilder type | 1 | -1/+11 | |
2024-12-02 | use trait generic in push_child element builder method | 1 | -3/+3 | |
2024-11-29 | add some tracing | 4 | -3/+21 | |
2024-11-28 | create element builder and refactor api | 4 | -17/+567 | |
2024-11-24 | automatically declare default namespaces unless overriden | 4 | -17/+57 | |
2024-11-24 | misc | 7 | -46/+240 | |
2024-11-20 | implement element writing | 4 | -21/+188 | |
2024-11-20 | make namespaces optional | 3 | -50/+92 | |
2024-11-20 | WIP: write start tag of element | 4 | -19/+163 | |
2024-11-19 | implement write end tag | 1 | -23/+31 | |
2024-11-19 | implement end tag match check | 2 | -32/+64 | |
2024-11-19 | fix attribute namespace resolution | 2 | -260/+180 | |
2024-11-19 | store only namespace name in qualified name, not namespace declaration | 5 | -52/+136 | |
2024-11-11 | move Parser traits' generic outputs into associated types | 2 | -186/+550 | |
2024-11-11 | add non-streaming parsers | 2 | -0/+1523 | |
2024-11-11 | impl Stream for Reader | 4 | -38/+141 | |
2024-11-10 | WIP: impl Stream for Reader | 5 | -94/+305 | |
2024-11-10 | implement reader testing | 4 | -4/+122 | |
2024-11-10 | implement element reading | 6 | -35/+681 | |
2024-11-02 | fix NCName and AttValue parsers | 1 | -16/+10 | |
2024-11-02 | test composers | 1 | -4/+9 | |
2024-11-02 | fix NCName parser | 1 | -1/+1 | |
2024-11-02 | implement XML composers | 3 | -25/+788 | |
2024-11-01 | WIP: XML composers | 4 | -67/+848 | |
2024-11-01 | change contents of Names and Nmtokens to Vecs | 2 | -10/+9 | |
2024-10-31 | fix build | 3 | -68/+69 | |
2024-10-31 | fix CDSect parse test regression | 1 | -1/+4 | |
2024-10-31 | refactor parsers into Parser trait implementations | 2 | -1089/+1653 | |
2024-06-29 | WIP: stream parsing | 2 | -12/+45 | |
2024-06-27 | WIP: stream parsing | 4 | -11/+61 | |
2024-06-27 | namespace parsing | 3 | -30/+176 | |
2024-06-25 | IT WORKS | 1 | -2/+2 | |
2024-06-25 | remove unused imports | 1 | -4/+4 | |
2024-06-25 | change privacy | 3 | -107/+142 | |
2024-06-25 | WIP: conditional sections | 1 | -4/+243 | |
2024-06-25 | WIP: element type declarations | 1 | -3/+166 | |
2024-06-25 | WIP: element parsing | 1 | -13/+81 | |
2024-06-25 | WIP: extSubset | 1 | -20/+188 | |
2024-06-24 | WIP: dtd garbo | 1 | -38/+244 | |
2024-06-22 | WIP: element parsing | 1 | -15/+21 | |
2024-06-21 | WIP: XMLDecl stuff | 1 | -21/+69 | |
2024-06-21 | WIP: CDSect parsers | 1 | -0/+58 | |
2024-06-21 | WIP: more parsers | 1 | -73/+105 | |
2024-06-14 | FML | 1 | -8/+84 | |
2024-06-14 | actually get it to build for initial tests | 4 | -62/+72 | |
2024-06-12 | WIP: parsers | 4 | -4/+305 |