Skip to content

Commit 200fa32

Browse files
committed
Raise maximum XPath query depth
1 parent 7b0758d commit 200fa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thirdparty/pugixml/pugiconfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096
4242

4343
// Tune this constant to adjust max nesting for XPath queries
44-
#define PUGIXML_XPATH_DEPTH_LIMIT 8
44+
#define PUGIXML_XPATH_DEPTH_LIMIT 64
4545

4646
// Uncomment this to switch to header-only version
4747
// #define PUGIXML_HEADER_ONLY

0 commit comments

Comments
 (0)