
27 Apr
2006
27 Apr
'06
1:20 a.m.
On Wed, 2006-04-26 at 15:11 -0400, bulia byak wrote:
I just don't see why that simple solution might be inadequate.
Just to pick one issue:
The more we store complex structures as flat attribute strings rather than XML nodes, the more of the tree machinery (parser, AST, updates, etc...) we have to redo for that special case.
That's something I'd like to mitigate with the "generic AST" architecture I've been playing with for a long time, but we're definitely not there yet.
-mental