1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

tree: Make xmlNodeListGetStringInternal work with escape flags

This commit is contained in:
Nick Wellnhofer
2025-05-09 20:13:43 +02:00
parent 442c1903af
commit 63535d3922
4 changed files with 50 additions and 56 deletions

View File

@@ -35,8 +35,4 @@ xmlSerializeDecCharRef(char *buf, int val);
XML_HIDDEN xmlChar *
xmlEscapeText(const xmlChar *text, int flags);
XML_HIDDEN xmlChar *
xmlEncodeEntitiesInternal(xmlDocPtr doc, const xmlChar *input,
unsigned flags);
#endif /* XML_ENTITIES_H_PRIVATE__ */