1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-23 22:11:10 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
DarthSim
4528bbeff9 xmlparser: add Node.ChildNodes 2025-11-25 22:34:02 +03:00
DarthSim
7d56f87c89 xmlparser: add Attributes.Has, Node.FilterChildren, and Node.FilterChildNodes 2025-11-25 22:12:43 +03:00
DarthSim
8b90560b21 xmlparser: simplify Attributes.Filter 2025-11-25 00:38:49 +03:00
DarthSim
ac574f880e xmlparser: Refactor attributes 2025-11-21 21:31:12 +03:00
DarthSim
e2d57640bc xmlparser: add document parsing benchmark 2025-11-21 15:45:47 +03:00
DarthSim
53fd3c7fe1 Merge branch 'version/4' into experiment/xml-parser-2 2025-11-20 00:00:49 +03:00
DarthSim
e88f99e446 xmlparser.parseEntityMap: ignore comments 2025-11-15 21:27:42 +03:00
DarthSim
a878e064b2 Optimize entities replacement in xmlparser 2025-11-15 21:27:40 +03:00
DarthSim
414f2967c7 Combine xmlparser.Text and xmlparset.CData 2025-11-15 19:23:35 +03:00
DarthSim
3d223ead20 Add xmlparser.Document.ReplaceEntities method 2025-11-14 19:54:26 +03:00
DarthSim
6495ada4f1 Use all XML parser tokens as pointers 2025-11-14 18:37:50 +03:00
DarthSim
065a3c5354 Move XML parser to ./xmlparser 2025-10-24 23:34:05 +03:00