I'm mainly dealing with the terms of nodes (e.g. root or list-items) and I plan to change these names to more declarative ones.
I'm having something like this in mind:
Has anyone implemented a custom XML renderer? If so, any hints on what's the best practice?
I want to avoid writing a different XML renderer for every model I'm using but I currently don't see an easy way to a) have an abstract renderer and b) achieve declarative nodes.
Maybe more declarative nodes are not even necessary for an API (and they just look good)?
Thx,
Patrick