Re: XML to FixedLength

2010-12-06 Thread Claus Ibsen
On Mon, Dec 6, 2010 at 3:16 PM, mikaelfj wrote: > > Hi, > > I'm in the process of transforming XML to FixedLength, by > > - using jaxb to unmarshal XML to Java > - using ? to transform Jaxb classes to bindy-annotated classes > - using bindy to marshal BindyFixedLen

XML to FixedLength

2010-12-06 Thread mikaelfj
Hi, I'm in the process of transforming XML to FixedLength, by - using jaxb to unmarshal XML to Java - using ? to transform Jaxb classes to bindy-annotated classes - using bindy to marshal BindyFixedLengthDataFormat to fixed length records. I've been unable to locate a smart way of