Problem with xml files if length of file is exact 8193 bytes

2011-04-29 Thread Hugo de Oude
Hello, We get the error 'Unexcpected element: CDATA' if the length of an xml file is exactly 8193. This can be reproduced using the xmlbeans 2.4.0 and 2.5.0 version. This can be reproduced by any xml file as long as the length of the file is exaclty 8193. Can this be fixed please? Thx.

Re: Problem with xml files if length of file is exact 8193 bytes

2011-04-29 Thread Jacob Danner
Could you file a jira issue and attach one of the xml instances you are seeing this with? Thanks, -jacobd On Apr 29, 2011 2:32 AM, Hugo de Oude hdo...@allshare.nl wrote: Hello, We get the error 'Unexcpected element: CDATA' if the length of an xml file is exactly 8193. This can be reproduced

xmlbeans change output

2011-04-29 Thread robbush
Hi, I have an FpML Schema that has been compiled into xmlbeans. The end user wants an element like: `fxCurve id=EURUSD /fxCurve` However, when I create the data in my code it comes out like this: `pricingStructure id=USDCAD xsi:type=FxCurve