Re: A Transformer in progress....

2002-05-13 Thread Sylvain Wallez
Lewis, Andrew J wrote: > >>I'm working on a Transformer that processes specifically text nodes and >>using regular expressions, wraps matched portions of a node in a tag. I'm >>really just getting started on it - I have the basics working, but still >>need to be able to specify the rules in an ex

RE: A Transformer in progress....

2002-05-10 Thread Lewis, Andrew J
I'll take a look at it...thanks... > -- > From: Nicola Ken Barozzi[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, May 10, 2002 8:28 AM > To: [EMAIL PROTECTED] > Subject: Re: A Transformer in progress >

RE: A Transformer in progress....

2002-05-10 Thread Lewis, Andrew J
ation... > -- > From: Marc Portier[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, May 10, 2002 3:42 AM > To: [EMAIL PROTECTED] > Subject: RE: A Transformer in progress > > > > I'm working on a Transforme

RE: A Transformer in progress....

2002-05-10 Thread Lewis, Andrew J
CTED] > Subject: Re: A Transformer in progress > > > Did you look at Jakarta Digester? > http://jakarta.apache.org/commons/digester.html > > - Original Message - > From: "Lewis, Andrew J" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

RE: A Transformer in progress....

2002-05-10 Thread Lewis, Andrew J
s accepted... > -- > From: Simon St.Laurent[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, May 10, 2002 9:19 AM > To: [EMAIL PROTECTED] > Cc: Stefano Mazzocchi > Subject: Re: A Transformer in progress > >

Re: A Transformer in progress....

2002-05-10 Thread Simon St.Laurent
Regular Fragmentations does _most_ of this: http://regfrag.sourceforge.net/ The rules vocabulary is described at: http://simonstl.com/ns/fragments/ The one key pieces that's missing is the XPath support, which I've been planning for a while but haven't gotten to building. I've been building a

Re: A Transformer in progress....

2002-05-10 Thread Nicola Ken Barozzi
From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> > "Lewis, Andrew J" wrote: > > > > > I'm working on a Transformer that processes specifically text nodes and > > > using regular expressions, wraps matched portions of a node in a tag. I'm > > > really just getting started on it - I have the basics wo

Re: A Transformer in progress....

2002-05-10 Thread Stefano Mazzocchi
"Lewis, Andrew J" wrote: > > > I'm working on a Transformer that processes specifically text nodes and > > using regular expressions, wraps matched portions of a node in a tag. I'm > > really just getting started on it - I have the basics working, but still > > need to be able to specify the rule

RE: A Transformer in progress....

2002-05-10 Thread Marc Portier
> > I'm working on a Transformer that processes specifically text nodes and > > using regular expressions, wraps matched portions of a node in > a tag. I'm > > really just getting started on it - I have the basics working, but still > > need to be able to specify the rules in an external file, etc

Re: A Transformer in progress....

2002-05-09 Thread Ivelin Ivanov
Did you look at Jakarta Digester? http://jakarta.apache.org/commons/digester.html - Original Message - From: "Lewis, Andrew J" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 09, 2002 5:58 PM Subject: A Transformer in progress > > > > I'm working on a Transformer th