Changeset 58168 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Oct 12, 2015 7:59:42 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103277
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r58135 r58168 1742 1742 const int options = XML_PARSE_NOBLANKS /* remove blank nodes */ 1743 1743 | XML_PARSE_NONET /* forbit any network access */ 1744 #if def XML_PARSE_HUGE /* introduced in libxml2 2.7.0 */1744 #if LIBXML_VERSION >= 20700 1745 1745 | XML_PARSE_HUGE /* don't restrict the node depth 1746 1746 to 256 (bad for snapshots!) */
Note:
See TracChangeset
for help on using the changeset viewer.