
I have some more testing to do, particularly with larger nodesets. The only item I would like to do is figure out how to change the icon that is displayed so that I can differentiate between Elements, Attributes, Comments, and Processing Instructions. Any hints from the eclipse Debug team on what needs to be implemented or overriden would be appreciated.

1 comments:
See IDebugModelPresentation. You can define the text and images that are used to display your model.
Post a Comment