Re: is XSD text file stored at all in XMLBeans output?

2008-01-11 Thread Jacob Danner
> > > > From: Jacob Danner [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 10, 2008 4:17 AM > > To: user@xmlbeans.apache.org > > Subject: Re: is XSD text file stored at all in > > XMLBeans output? > > > > > > &

RE: is XSD text file stored at all in XMLBeans output?

2008-01-11 Thread dave
ple or any SchemaComponent. > > > > Cezar > > > > > > From: Jacob Danner [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 10, 2008 4:17 AM > To: user@xmlbeans.apache.org > Subject: Re: is XSD text file stored

RE: is XSD text file stored at all in XMLBeans output?

2008-01-11 Thread Cezar Andrei
10, 2008 4:17 AM To: user@xmlbeans.apache.org Subject: Re: is XSD text file stored at all in XMLBeans output? Hi Dave, In most cases, running scomp will create a jar that includes the schemas in at schemaorg_apache_xmlbeans\src in the java archive. If you need direct access to it, you can

Re: is XSD text file stored at all in XMLBeans output?

2008-01-10 Thread Jacob Danner
Hi Dave, In most cases, running scomp will create a jar that includes the schemas in at schemaorg_apache_xmlbeans\src in the java archive. If you need direct access to it, you can always try accessing it via resources and/or classloaders. AFAIK, xmlbeans does not provide any methods for direct acc

is XSD text file stored at all in XMLBeans output?

2008-01-09 Thread dave
I know XMLBeans apis use the compiled schema Jars from scomp for any validation purpose. Just curious to know if XMLBeans also stores actual XSD text file (one of the input to scomp) anywhere in its run time environment? -D