正则表达式xml java

时间:2013-09-02 12:25:46

标签: java xml colors expression

我有一个带有属性和属性值的xml标记:

如何编写正则表达式:

<tag> - blue color
attribute - red color
= - black color
"value"  - violet color

现在我有

Pattern tagsPattern = Pattern.compile("<[^<>]*?>");

效果很好,可以找到&lt;和&gt;。我不知道该怎么做......

0 个答案:

没有答案