Thx, I'll give it a swing
-----Original Message-----
From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi_at_Sun.COM]
Sent: Wednesday 17 August 2005 18:45
To: users_at_jaxb.dev.java.net
Subject: Re: Who uses jaxb?
Alwyn Van Wyk wrote:
> What open source tool would easily grab data, not in tagged or XML
> format, from a text file and generate classes that would spit out XML.
>
> I.e. you don't have a schema, but can break up the text string by
> setting the offsets and want to end up with Java classes.
http://javacc.dev.java.net/
>
>
>
> For example,
>
> 1234PeteDavids12081990jobless
>
> Should translate into a class like below
>
> Member (
>
> * ID = 1234
> * Name = Peter
> * Surname = Davids
> * Date of Birth = 12081990
> * Job Status = jobless
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com