Bass wrote: > downs Wrote: > >> Ellery Newcomer wrote: >>> Baas wrote: >>>> Tech info: >>>> - Parse the code into XML using Regular Expressions. >>> *double take* >> It's all about the better optimizations that are now possible! > > I've only provide a brief description upfront. > It basically is now more "dynamic" to do optimization since you're working > with straight XML content, which is easier to analyze, manipulate, etc.
No. Just .. no. On the off chance that you're serious about that - XML is a data format that encodes tree-like hierarchical information. But if your parser isn't already using a tree-like structure internally, you're doing something wrong. And if it is, there's absolutely no reason to use XML as some weird sort of intermediary stage.