Nick Wellnhofer 4f329dc524 parser: Implement xmlCtxtParseContent
This implements xmlCtxtParseContent, a better alternative to
xmlParseInNodeContext or xmlParseBalancedChunkMemory. It accepts a
parser context and a parser input, making it a lot more versatile.

xmlParseInNodeContext is now implemented in terms of
xmlCtxtParseContent. This makes sure that xmlParseInNodeContext never
modifies the target document, improving thread safety.
xmlParseInNodeContext is also more lenient now with regard to undeclared
entities.

Fixes #727.
2024-07-11 01:26:32 +02:00
..
2024-06-12 13:57:21 +02:00
2024-06-17 15:47:43 +02:00
2024-04-28 22:57:02 +02:00
2024-04-28 22:57:02 +02:00
2022-04-03 19:02:34 +02:00
2024-06-12 13:57:21 +02:00
2023-04-26 21:22:17 +02:00
2024-06-12 13:57:21 +02:00
2024-06-12 13:57:21 +02:00
2024-04-28 20:42:55 +02:00