aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser/element-validation-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/parser/element-validation-source.cxx')
-rw-r--r--xsde/cxx/parser/element-validation-source.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsde/cxx/parser/element-validation-source.cxx b/xsde/cxx/parser/element-validation-source.cxx
index 5533549..82428f6 100644
--- a/xsde/cxx/parser/element-validation-source.cxx
+++ b/xsde/cxx/parser/element-validation-source.cxx
@@ -494,9 +494,7 @@ namespace CXX
}
else
{
- os << "ctx.current_.any_ = true;"
- << "ctx.current_.depth_++;"
- << endl
+ os << "ctx.start_wildcard_content ();"
<< "this->_start_any_element (ns, n" <<
(poly_runtime ? (poly_code ? ", t" : ", 0") : "") << ");"
<< "}"