Redid some of my earlier HTML-css work from yesterday's patch to make it
more importable, and added field export support to both the HTML and the
text exporters.  Should be easy to add it to any other exporters, too:

// Get the field
field = ChangeRecordObject->getField();

// do anything you want with the attributes in the field

// print out the last recorded static field value
m_pie->write(field->getValue());


Take care,

        John

Reply via email to