LIBXML_COMPACT
Günni
- xml
In http://www.php.net/manual/de/libxml.constants.php gibt es LIBXML_COMPACT.
Darin steht "Activate small nodes allocation optimization". Wo finde ich Details zu dieser Optimierungsmethode?
Günni
Hi,
In http://www.php.net/manual/de/libxml.constants.php gibt es LIBXML_COMPACT.
Darin steht "Activate small nodes allocation optimization". Wo finde ich Details zu dieser Optimierungsmethode?
http://xmlsoft.org/search.php?query=XML_PARSE_COMPACT&scope=any
MfG ChrisB
http://xmlsoft.org/search.php?query=XML_PARSE_COMPACT&scope=any
Danke. Werd ich mir mal anschauen. Sind das die Entwickler von libxml?