Thursday, November 20, 2008

XSL Tools Debugger - NodeSets Part 2

Here's another update on the nodeset expansion capability in the XSL Tools Debugger. It's now working pretty closely to what I wanted it to do.



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:

Curtis said...

See IDebugModelPresentation. You can define the text and images that are used to display your model.