> I've been using Sun's Project X API. I think that it on of the really neat > features that it has is the ability to subclass ElementNode with custom > Elements. In conjunction with an ElementFactory that allows creating custom > elements as tags are hit during parsing, one can build a DOM tree customized > to one's application. I was wondering if the Xerces developers are planning > to incorporate something similar....
FOP does this itself and the element factory could easily be spun-off as a separate set of classes that would work with any SAX parser. James
