Is is possible to set a single highlighting entry in the wordfile to match all tags with a namespace prefix?
For example, I have a large group of tags with the xhtml namespace prefix and another group with the xforms namespace prefix. What I would like to do is conceptually something along this line:
<xhtml:*></xhtml:*>
<xforms:*></xforms:*>
Where the asterisk is a place holder for any string of characters up to the the closing (right) angle bracket.
For example, I have a large group of tags with the xhtml namespace prefix and another group with the xforms namespace prefix. What I would like to do is conceptually something along this line:
<xhtml:*></xhtml:*>
<xforms:*></xforms:*>
Where the asterisk is a place holder for any string of characters up to the the closing (right) angle bracket.