Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-12-06 | remove broken stream implementation | 1 | -37/+0 | |
2024-11-29 | add some tracing | 1 | -1/+4 | |
2024-11-28 | create element builder and refactor api | 1 | -10/+10 | |
2024-11-24 | automatically declare default namespaces unless overriden | 1 | -2/+2 | |
2024-11-24 | misc | 1 | -25/+83 | |
2024-11-20 | implement element writing | 1 | -9/+11 | |
2024-11-20 | make namespaces optional | 1 | -33/+33 | |
2024-11-19 | implement end tag match check | 1 | -31/+63 | |
2024-11-19 | fix attribute namespace resolution | 1 | -258/+178 | |
2024-11-19 | store only namespace name in qualified name, not namespace declaration | 1 | -39/+82 | |
2024-11-11 | impl Stream for Reader | 1 | -33/+139 | |
2024-11-10 | WIP: impl Stream for Reader | 1 | -93/+269 | |
2024-11-10 | implement reader testing | 1 | -1/+116 | |
2024-11-10 | implement element reading | 1 | -4/+321 | |
2024-10-31 | fix build | 1 | -65/+65 | |
2024-06-29 | WIP: stream parsing | 1 | -6/+39 | |
2024-06-27 | WIP: stream parsing | 1 | -7/+39 | |
2024-06-14 | actually get it to build for initial tests | 1 | -15/+19 | |
2024-06-12 | WIP: parsers | 1 | -4/+10 |