[castor-dev] minOccurs versus enumeration question

2004-05-22 Thread sire chembiparambil
I have a schema element declared as below The

Re: [castor-dev] Newlines being stripped from element value

2004-05-10 Thread sire chembiparambil
Kieth, Any idea why this is happening ? I realized that castor-0.9.5.3 has other fixes that I need, so moving to an earlier version is not an option. Does the version of xerces being used ( xerces-2_6_2 in my case) have an effect on the setWhitespacePreserve() call ? Sire Chembiparambil

Re: [castor-dev] Newlines being stripped from element value

2004-05-06 Thread sire chembiparambil
Kieth, I tried this too, and it does not work. I downgraded castor to version castor-0.9.5.2 and it works fine with that. Could the setWhitespacePreserve() be the culprit ? Sire Chembiparambil

[castor-dev] Newlines being stripped from element value

2004-05-05 Thread sire chembiparambil
We recently upgraded from castor-0.9.4.3 to castor-0.9.5.3. As a part of the upgrade I also had to add two jar files jakarta-regexp-1.3.jar and jakarta-oro-2.0.8.jar to the class path. Now when I use the Unmarshaller class to unmarshall an xml string , it is stripping off the newline characte

Re: [castor-dev] SourceGenerator not generating all classes...

2003-07-25 Thread sire chembiparambil
Scott, Have you tried defining the type attribute for the "Completion" element ? eg. Sire Chembiparambil "

Re: [castor-dev] Cannot parse facets

2003-07-21 Thread sire chembiparambil
Lloyd Just out of curiosity, have you tried to defining the element as below. instead of the original This is how I normally define facets.. Sire