From:
Matt Sergeant <matt [at] sergeant.org>
Date:
Sat, 23 Nov 2002 14:47:18 +0000
To:
tharter [at] giantelectronicbrain.com
To:
robin.berjon [at] expway.fr, axkit-users [at] axkit.org
Subject:
Re: A SimpleTaglib and namespaces.
On Friday, Nov 22, 2002, at 17:30 Europe/London, Tod Harter wrote: > I never really honestly thought much of the SAX approach. In THEORY > its nice, > but once I sat down and considered the logic required to do it, it got > scary > fast! It would have to be a pretty elaborate stack-based state-machine. XSP.pm is simpler than you think. The code's not that hard, people are just afraid of it because it has to maintain a bit of state in the stack, and has to special-case a few tags to do the right thing. Turning XSP.pm into an XSLT engine would be a backward step here. It's much harder to do some of the heuristic stuff we do in XSP.pm in XSLT. Stick with the mantra "if it ain't broke...". Yes, there's a small bug in namespace output, but I'm willing to bet it's easy to fix. Matt.
A SimpleTaglib and namespaces. - Adam Griffiths on 20 Nov 2002 18:03:48 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 21 Nov 2002 19:54:47 -0000
Re: A SimpleTaglib and namespaces. - Robin Berjon on 22 Nov 2002 09:50:57 -0000
Re: A SimpleTaglib and namespaces. - Robin Berjon on 22 Nov 2002 15:23:46 -0000
Re: A SimpleTaglib and namespaces. - Robin Berjon on 22 Nov 2002 18:34:13 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 22 Nov 2002 14:39:15 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 22 Nov 2002 17:33:37 -0000
Re: A SimpleTaglib and namespaces. - Matt Sergeant on 23 Nov 2002 14:42:35 -0000
Re: A SimpleTaglib and namespaces. - Matt Sergeant on 23 Nov 2002 14:48:56 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 23 Nov 2002 14:51:55 -0000
Re: A SimpleTaglib and namespaces. - Matt Sergeant on 23 Nov 2002 15:04:59 -0000
Re: A SimpleTaglib and namespaces. - Daisuke Maki on 23 Nov 2002 15:11:55 -0000
Re: A SimpleTaglib and namespaces. - Matt Sergeant on 23 Nov 2002 15:21:24 -0000
Re: A SimpleTaglib and namespaces. - Sebastian Rahtz on 23 Nov 2002 15:35:55 -0000
Re: A SimpleTaglib and namespaces. - Daisuke Maki on 23 Nov 2002 15:36:15 -0000
Re: A SimpleTaglib and namespaces. - Daisuke Maki on 23 Nov 2002 15:38:04 -0000
Re: A SimpleTaglib and namespaces. - Robin Berjon on 25 Nov 2002 14:16:01 -0000
Re: A SimpleTaglib and namespaces. - Robin Berjon on 25 Nov 2002 14:21:32 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 25 Nov 2002 16:12:39 -0000
Re: A SimpleTaglib and namespaces. - Tod Harter on 25 Nov 2002 16:18:01 -0000
Back up to archives |
These pages are copyright © 2002 Apache Software Foundation


Index