XML syntax highlighting when printing to terminal?

I was curious about whether or not there is a way to automatically color format XML statements such as (all grey in terminal):

<simulationdomain>
  <posmin x="default" y="default" z="default"/>
  <posmax x="default" y="default" z="default"/>
</simulationdomain>

And turn them into (from Notepad++):

I.e. automatic colour formatting for XML snippets inside of Julia terminal. Is there an easy way of doing this or do I have to make a custom print function with some keywords logic?

It does not have to be this exact color scheme, it just has to have colors.

Kind regards

Bumping because I am interested in a solution - mostly nice to have and not need to have, so I will probably not bump any more :slight_smile:

Kind regards