a0c5a5f18c
Hallucinate up an xml parser implementation
...
Who knows if this will work...
2025-12-19 11:54:20 +01:00
25326ea11b
Remove xml and json
...
They are simply not as useful as regex at all
There is nothing they can do regex cannot
And they have one massive penalty: the encoding
Which often results in MASSIVE diffs
2025-03-27 21:28:20 +01:00
9cea103042
Implement a more better logging solution
2025-03-27 17:53:43 +01:00
bb14087598
Fix oopsie
2025-03-26 02:52:28 +01:00
66a522aa12
Try to include xml node children in lua table
2025-03-26 02:50:33 +01:00
1a4b4f76f2
Map the weird numeric escapes to textual ones
2025-03-26 02:34:21 +01:00
2bfd9f951e
Fix up some more xml tests and other small bugs
2025-03-26 02:17:42 +01:00
e5092edf53
Implement parsing xml to and from lua
...
A lot more complex than json.........
2025-03-26 01:36:49 +01:00
e31c0e4e8f
Implement xpath (by calling library)
2025-03-26 01:19:41 +01:00
73d93367a0
Refactor some things around a little
2025-03-25 23:16:03 +01:00
430234dd3b
Clean up after claude
2025-03-25 17:27:20 +01:00
17bb3d4f71
Refactor everything to processors and implement json and xml processors such as they are
2025-03-25 17:27:20 +01:00