Hi Jason, I am not sure whether I fully understand the issue you are describing below. And can you spend some time on describing your environment in more detail, e.g. whether you are using a mapping file, whether you started with an XML schema and used the code generator, etc.
If you want us to help, you've got to help us on understanding your needs. Regards Werner Richardson, Jason - Kansas City, MO wrote: > Is this an issue with the Static Marshaller? We have been getting some > issues where our XML passes validation but the XML format is incorrect. > When we unmarshal it we get parse errors due to the corruption. 99.5% > of the time the XML comes out correct, but on rare occasions it comes > out like the example below. > > Marshaller.marshal(this, out); Is the call we use for marshalling. > > Example corrupted xml. > <?xml version="1.0" encoding="UTF-8"?> > <payment-migration-xML valid="true"><address-info-line>Example Address > Line</address-info-line><reference-number-five>1223</reference-number-fi > ve> > </payment-migration-xML> > > What it should be like: > <?xml version="1.0" encoding="UTF-8"?> <PaymentMigrationXML > ReferenceNumberFive="1223" AddressInfoLine="Example Address Line" > /></PaymentMigrationXML> > > > > > Jason Richardson > USDA/FSA/AFAO/SCADG > (Administrative and Financial Applications Office) > (Service Center Accounting & Debt Group) > Office Ph: xxxxxxxxxxxx > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

