The reason for doing this is to collect the statistics - count, ancestor-descendant relationship .... about content within XML Document.
1. For this am trying to gather all the types in a tree structure form from Schema. This has been already being taken care by JAXB so am backing on Jaxb thts why.
2. Secondly for collecting datastatictics during validation the application will gather all the counts of elements/attributes + there atomic values if possible.
Due to the above functionalities being an integral of JAXB (taken care during Java binding and validation), I am thinking of using this. May be will plug in JaxMe for this purpose as it aims to be implementation of JAXB specification and thereby by following the JAXB specifications will be able to plug in any other implementations if possible later.
Do u think that there is another way around for this?
Thanks a lot for the participation :)
-Huzefa
----- Original Message -----
From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Monday, October 20, 2003 4:46 pm
Subject: Re: Schema Parser
>
> If the application does not have any prior knowledge about the
> schema it
> is going to parse, then why you want to bind it to a strongly
> typed form
> in the first place?
>
> regards,
> --
> Kohsuke Kawaguchi
> Sun Microsystems kohsuke.kawaguchi_at_sun.com
>
>
> -------------------------------------------------------------------
> --
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net