You can compile an XML schema and you'll have to compile the generated Java
code at run time. Although, processing the XML data will be difficult.
-W
On 2 March 2011 07:25, ??? <shi_jijun_at_vanceinfo.com> wrote:
> Hi all,
>
>
>
> I begin to use JAXB recently, and I have a simple question: the schema can
> be converted to Java classes by using Schema Compiler, but it is used in
> command line prompt. If I convert schema in java code at runtime, may I have
> to compile these generated java file to class files? Because the schema
> files may changes at runtime.
>
>
>
> Thanks
>