From d80d096ee8743fd6f7382d274272b0b6d7faf9bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Oct 2010 11:17:51 +0200 Subject: Support for schema evolution using substitution groups New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough. --- xsde/cxx/parser/element-validation-source.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xsde/cxx/parser/element-validation-source.cxx') 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") : "") << ");" << "}" -- cgit v1.1