Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-24 | misc | 1 | -3/+41 | ||
2024-11-20 | implement element writing | 1 | -1/+1 | ||
2024-11-20 | WIP: write start tag of element | 1 | -7/+94 | ||
2024-11-11 | add non-streaming parsers | 1 | -0/+1 | ||
2024-11-11 | impl Stream for Reader | 1 | -1/+1 | ||
2024-11-10 | WIP: impl Stream for Reader | 1 | -1/+17 | ||
2024-11-10 | implement element reading | 1 | -16/+225 | ||
2024-11-02 | implement XML composers | 1 | -3/+6 | ||
2024-11-01 | WIP: XML composers | 1 | -12/+34 | ||
2024-11-01 | change contents of Names and Nmtokens to Vecs | 1 | -4/+3 | ||
2024-10-31 | fix build | 1 | -1/+1 | ||
2024-10-31 | refactor parsers into Parser trait implementations | 1 | -1089/+151 | ||
2024-06-27 | namespace parsing | 1 | -29/+174 | ||
2024-06-25 | remove unused imports | 1 | -4/+4 | ||
2024-06-25 | change privacy | 1 | -106/+127 | ||
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 | 1 | -33/+44 | ||
2024-06-12 | WIP: parsers | 1 | -0/+283 | ||