users@jaxb.java.net

Re: Transform structured documents into XML

From: Bruce Rosenthal <brosenth_at_comcast.net>
Date: Mon, 11 Jul 2005 21:31:06 -0700

Starting on it now. Looks promising. Thanks

Kohsuke Kawaguchi wrote:

> Bruce Rosenthal wrote:
>
>> Anyone know of utilities to parse and transform structured documents
>> into XML? The kind of document I am looking to have such a utility
>> work on would be say a software specification document. Something
>> like the OMG PIM / PSM specification documents or IETF RFCs.
>
>
> Maybe JavaCC? Once you build an AST of the document, writing it out
> as XML shouldn't be that hard.
>
>
>