Hi All,
There appears to be a problem viewing XML documents / nodes in the inspector when using XMLParser (catalog version) in the latest Pharo 7.
When running the following:
```smalltalk
```
I'm getting an error that looks like it comes from:
XMLDocumentHighlightDefaults class >> #textColorForShoutProperty:
The method appears to rely on SHTextStylerST80
, which I guess no longer exists in Pharo 7.