users@jaxb.java.net

Re: Who uses jaxb?

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Wed, 17 Aug 2005 09:45:03 -0700

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