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. --- libxsde/xsde/cxx/parser/context.ixx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libxsde/xsde/cxx/parser/context.ixx') diff --git a/libxsde/xsde/cxx/parser/context.ixx b/libxsde/xsde/cxx/parser/context.ixx index b3828f5..5e38ae2 100644 --- a/libxsde/xsde/cxx/parser/context.ixx +++ b/libxsde/xsde/cxx/parser/context.ixx @@ -47,6 +47,13 @@ namespace xsde } inline void context:: + start_wildcard_content () + { + current_.any_ = true; + current_.depth_++; + } + + inline void context:: reset (XML_Parser parser) { xml_parser_ = parser; -- cgit v1.1