> > I donât think there are any examples of the use of Batikâs CSS engine > with non-SVG documents. > > If you want to use it with DOM classes that are not Batikâs DOM > implementation (org.apache.batik.dom.*), then youâll have to make your > DOMâs Element class implement CSSStylableElement, as the CSS engine uses > that to be able to store computed properties on the element. Also, the > element class that can contain script (if your language has one, for > example HTMLStyleElement or whatever) will have to implement > CSSStyleSheetNode. >
Thanks for your reply. Maybe I'll try to follow up with batic-developers (didn't see it earlier) or with JAXB support. All of the bindings in my project are generated with JAXB from an XSD schema, so there is no simple way to implement external interfaces. If you have any ideas, please let me know. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

