20 Mar
2004
20 Mar
'04
3:19 a.m.
On Wed, 2004-03-17 at 12:56, Bob Jamison wrote:
Excellent idea. Also, the code for the shapes (such as sp-ellipse.cpp), likely have their own serialization independent of repr-io.
This is actually one of the areas I'm aiming to address with the AST code -- the intent is to give the the XML, CSS, and SVG path (at least) parse trees a uniform interface, including parsing/serialization.
At this time I'm also using std::ostreams to serialize to, so I expect most of the work Bulia and you all are doing can eventually be directly transplanted into the AST serializer/parser code. So don't let me talking about the AST code discourage you from continuing work.
-mental