From: Tony G. <Ton...@Su...> - 2005-03-05 14:47:05
|
gn...@th... writes: ... > OK. I'll look at the expression code some. I looked at a fair amount of > spec-dump; I'm pretty handy with XSLT and felt like I got the gist of what To add the new properties to the spec-dump just requires adding some <property> elements to dump-info.xml and then running the Make targets. > was going on. You indicated that we'd need a new FoDatatype for > border{,-top,-left,-right,-bottom}, right? Whereas border-style and > border-width will be FoTblr's too? I should look at the relevant sections of > the spec more closely too. The datatype we want is not in the spec. I've had to invent FoTblr and FoPcw because they were useful. There's a couple like FoToken that I've created because I thought they'd be useful but have never used. Fo??? would just be a case of copying and modifying one of the existing datatypes. Copying and modifying FoTblr is probably simplest. It would also need to be added to fo-all-datatype.h and to datatype/Makefile.am. Regards, Tony. |