Commit a1ed589b4b774d5dbe0e81a7538e8afbfeb0db24

Nick Wellnhofer 2023-12-29T23:12:06

parser: Avoid unwanted expansion of parameter entities Remove PE handling from xmlSkipBlankChars and add a separate version that handles PEs. Only call xmlSkipBlankCharsPE when parsing DTD constructs. This should make sure that PEs don't get expanded accidentally, for example in text declarations.