RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
getResourceByName. What is this? Method of what? -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:49 AM To: user@xmlbeans.apache.org Subject: Re: Imported, included schemas I think that this has been covered, but getSourceName

RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
What is this? I mean method getResourceByName(). What is it belong to? Which class? -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:49 AM To: user@xmlbeans.apache.org Subject: Re: Imported, included schemas I think

RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
@xmlbeans.apache.org Subject: Re: Imported, included schemas I think that this has been covered, but getSourceName() returns the path to the Schema file inside the jar that it came from, there is no guarantee that decoding it returns anything meaningful. What you can do is use getResourceByName() to get to the text

RE: Imported, included schemas

2008-03-19 Thread Wing Yew Poon
PROTECTED] Sent: Wednesday, March 19, 2008 7:23 AM To: user@xmlbeans.apache.org Subject: RE: Imported, included schemas returns the path to the Schema file inside the jar that it came from I don't use jar files. I open my xsd schemas with my types, elements, etc -Original Message

Re: Imported, included schemas

2008-03-18 Thread Radu Preotiuc-Pietro
I think that this has been covered, but getSourceName() returns the path to the Schema file inside the jar that it came from, there is no guarantee that decoding it returns anything meaningful. What you can do is use getResourceByName() to get to the text of the Schema file. But the original