aboutsummaryrefslogtreecommitdiff
path: root/dist/config/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'dist/config/config.nmake')
-rw-r--r--dist/config/config.nmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/config/config.nmake b/dist/config/config.nmake
index 3e23c25..24a267f 100644
--- a/dist/config/config.nmake
+++ b/dist/config/config.nmake
@@ -107,6 +107,15 @@ XSDE_PARSER_VALIDATION = y
XSDE_SERIALIZER_VALIDATION = y
+# Set to 'y' if you would like to have support for regular expressions in
+# the XSD/e runtime. If the regexp support is enabled, then the parser and
+# serializer validation code will use it to validate the xs:pattern facet.
+# If the regexp support is disabled, then this facet will be ignored. The
+# regexp support increases the resulting executable size by about 30-50Kb.
+#
+XSDE_REGEXP = n
+
+
# Base parser/serializer implementation reuse style. Valid values are:
#
# 'mixin' - virtual inheritance-based reuse (specify --reuse-style-mixin)