• Show log

    Commit

  • Hash : b9d2f3c9
    Author : Nick Wellnhofer
    Date : 2024-06-11T02:15:18

    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.