There are a variety of things here. For instance, FOMElement used to have an internal _setAttributeValue method before it had a public setAttributeValue method... I had never before actually managed to get around to removing it. Also, FOMEntry and FOMSource used duplicate code to do things like generate a listing of Categories and Links with specific attribute values, now there is a FOMHelper that contains that code. To help with iterating through link and category elements incrementally, there are now a couple of special iterators that are modeled after the kinds of iterators Axiom provides.
- James Garrett Rooney wrote: > [snip] >> A number of other improvements and simplifications have been made to the >> parser implementation. More work is likely necessary but this is, at >> least, a step in the right direction. > > Can you be more specific about what kind of improvements and > simplficiations? This is kind of vague. > > -garrett >
