Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: 30 Dec 2005 02:35:57 GMT
robic0 wrote:
> To start, it blows the doors off all parsers out there. It uses a
> substitution method that exponentially gets quicker. It starts from
> the inner xml blocks and works out. It takes data off right away
> and builds a tree without waiting for parent closure. Its 100%
> accurate because the logic is flawless. It works on a micro as opposed
> to macro idiom. Its out of order with discrete cells. This is the
> fastest possible method to parse xml. I'm suprised no one ever did
> this before. Its on the level of a node model but it can easily
> hone in on patterns and discard whats not necessary and filter.
> All while using an examination method that exponentionally gets
> quicker as the search progresses.
Anyone has a free position at the marketing department?
--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
I ploink googlegroups.com :-)
.
- References:
- My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Bart Van der Donck
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Matt Garrish
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Matt Garrish
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Matt Garrish
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Prev by Date: Re: How to print (2 & (1 * (2**32)))?
- Next by Date: Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Previous by thread: Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Next by thread: Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Index(es):