[xsde-users] Failing to retrieve embedded xml-fragments

Boris Kolpackov boris at codesynthesis.com
Fri Nov 13 09:42:53 EST 2015


Hi Hartmut,

Nebelung, Hartmut <Hartmut.Nebelung at baslerweb.com> writes:

>       virtual void
>       _any_characters(xml_schema::ro_string& c);

Ok, just to confirm, the behavior you are observing is that you
get the _start_any_element() and _end_any_element() calls for
"WithSubNode" but not _any_characters() between them? Can you
show the implementation of your _any_characters()?


> Is there single callback returning the complete content of the
> Extension node? I would like to preserve comments and indentation
> as well.

No, this content is parsed as XML and comments, whitespaces are
discarded.

Boris



More information about the xsde-users mailing list