- From: Boris Kolpackov <boris@codesynthesis.com>
- Date: Fri, 17 Aug 2007 20:29:03 +0200
- To: Rich Adili <Rich.Adili@xata.com>
- Cc: xmlschema-dev@w3.org
Hi Rich, Rich Adili <Rich.Adili@xata.com> writes: > <DataWrapperNode><DataNode>yadyada</DataNode></DataWrapperNo > de> > > I would like to run this thing through a code generator and what I need > as output is code representing the union of the two. Does this problem > have an elegant solution? Most data binding tools (I assume that's what you mean by a code generator) would allow you to extract the inner XML and parse/validate it using the code generated for DataNode. If a data binding tool you are using support customization, then you might be able to customize the type generated for DataWrapperNode so that this parsing/validation happens transparently to the user. -Boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
Received on Friday, 17 August 2007 18:32:45 UTC