Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)



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 :-)

.