Re: text parser

2002-02-13 Thread Bertrand Delacretaz
On Wednesday 13 February 2002 12:18, Stephan Michels wrote: >. . . > > Also look at the APTConvert > > > > (http://www.xmlmind.com/aptconvert/distrib/docs/userguidetoc.html), > > may be this tool can help you. > > I think my project could help you. This is what I meant initially by "structure

Re: text parser

2002-02-13 Thread Stephan Michels
On Wed, 13 Feb 2002, Andrew Answer wrote: > Hello Stephan, > > is a good idea! Now i converting many text documents to XML by using > PHP scripts offline... > Some names for your parser: txt2xml (simply and clear), There exists already a project this this name: http://xml.gsfc.nasa.gov/i

Re: text parser

2002-02-13 Thread Andrew Answer
Hello Stephan, is a good idea! Now i converting many text documents to XML by using PHP scripts offline... Some names for your parser: txt2xml (simply and clear), JTF (Java Text Formatter), JTC (Java Text Converter). Also look at the APTConvert (http://www.xmlmind.com/aptconvert/distr

Re: text parser

2002-02-13 Thread Stephan Michels
On Wed, 13 Feb 2002, Bertrand Delacretaz wrote: > On Wednesday 13 February 2002 10:37, Stephan Michels wrote: > > I had the same idea. I used the time to write a LALR(1) > > Parser like yacc and Regex Scanner like lex. This project is near to > > be finished. > > This parser used xml for all in

Re: text parser

2002-02-13 Thread Bertrand Delacretaz
On Wednesday 13 February 2002 10:37, Stephan Michels wrote: > I had the same idea. I used the time to write a LALR(1) > Parser like yacc and Regex Scanner like lex. This project is near to > be finished. > This parser used xml for all input(grammar) and output(parser table > generation process) >

Re: text parser (was: schedule/batch feature inside cocoon)

2002-02-13 Thread Stephan Michels
On Wed, 13 Feb 2002, Bertrand Delacretaz wrote: > On Wednesday 13 February 2002 08:23, Lars Steiger wrote: > >. . . > > simple xml. the parser is a generator. i call it > > SimpleTextParserGenerator. it needs an xml configuration für parsing > > a text stream. the xml configuration defines whic