Hi All,
XmlSchema is not built with differed buid capability. What we can do
with it right now is to provide a build method that takes in a
XMLStreamReader to build the XmlSchema model at one go.
Since XmlSchema is an independent object model (Just like WSDL4J which
does not extend any other model). So there's no XmlSchema that is
based on Axiom or DOM or whatever. All you get are different builders
that generate the XmlSchema model, one way or the other.

Ajith

On 6/27/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote:
Jeremy Hughes wrote:
> Hi,
> Woden uses XmlSchema to parse and represent schema inlined, imported
> or included by WSDL. Currently Woden does a DOM parse on the WSDL to
> populate its WSDL model. There is work underway to implement a StAX
> parse model (via AXIOM) to populate the WSDL model to achieve greater
> performance.
>
> Since we rely on XmlSchema to parse the schema and the schema can be a
> large (if not largest) part of the WSDL it would be good to have
> XmlSchema also use a StAX based approach. Is this being considered? Or
> could we achieve this just by using DOOM as the DOM impl under
> XmlSchema?

I don't think we have an XmlSchema impl based on Axiom yet. But yes we'd
love to have one.

DOOM is an implementation of DOM interfaces over Axiom but I don't think
that will fit in to existing Xmlschema model as it is.

-- Chinthaka

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







--
Ajith Ranabahu

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

Reply via email to