So far, I have been using Eclipse EMF's XSD model and a custom XML
InfoSet EMF model to implement an simple XML/XMLSchema tool. Part of
my requirements, which goes beyond just making sure xml instances are
valid, is to be able to assert the validity of XML instances
dynamically, recreate XSD type references from serialized xml,
construct valid XML instances on the fly (e.g. respecting min
occurrences), and persist the XML and XSD models. At this point, the
biggest work there is the validation of serialized XML into my XML
InfoSet recreating the type references to EMF XSD model.

I am interested in knowing to what extent it would be possible for me
to reuse Xerces validator even if that requires some "sane" source
code changes so that I could plug my own XSD model into it (seems that
a custom XNI component could easily recreate my "untyped" XML InfoSet
model). Any insights into wheather that is a worhtwhile goal or how it
could be accomplished?

thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to