Jamie Browning:
> > However, as an XML utility, the CSS engine could stand alone.  
> >Applying CSS to an XML document is a general task, not limited to 
> >SVG.  A standalone CSS engine might be useful for other developers 
> >working with XML and CSS, using other XML dialects.
> >To achieve this, the properties supported by the engine would need to 
> >be decoupled, perhaps using some pluggable mechanism.
> 
> I think this is an excellent idea.

And also not very difficult, since the CSS engine really isn't very
coupled to the rest of Batik.  See how the SVGCSSEngine class extends
the abstract CSSEngine to add the managers for all of the types that SVG
supports.

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to