Commit 619e2808b5ac01b02e5fca6c4be4597a0a69ac2d

Nick Wellnhofer 2024-04-30T15:53:08

tree: Don't call xmlNewCharRef in xmlNodeParseContent xmlNewCharRef also tries to handle strings like '&name;' but in xmlNodeParseContentInternal, we really want to use the possibly invalid name without modification. Otherwise, content like '&"' could create a reference to a predefined entity.