Nick Wellnhofer b9d2f3c911 parser: Introduce new input API
- xmlInputCreateUrl
- xmlInputCreateMemory
- xmlInputCreateString
- xmlInputCreateFd
- xmlInputCreateIO
- xmlInputSetEncoding

These functions don't take a parser context and work on xmlParserInputs,
replacing functions working on xmlParserInputBuffers.

xmlInputCreateUrl and xmlInputSetEncoding offer fine-grained error
handling.

Several XML_INPUT_* flags offer additional control.
2024-06-12 16:22:52 +02:00
..
2023-12-21 15:02:24 +01:00
2022-11-27 02:20:53 +01:00
2023-02-13 11:14:34 +01:00
2022-11-27 02:20:53 +01:00
2024-06-12 16:22:52 +02:00
2023-12-11 22:13:05 +01:00
2023-12-21 02:46:27 +01:00
2024-03-17 21:07:46 +01:00
2023-02-22 14:24:24 +01:00
2023-12-21 02:46:27 +01:00