i try to process xml files where i have often characters like & < > and so on in the text between the tags. Some of them i can easily convert to masked ones but when i have a < or > between the tags i can't catch them. I'm not very familiar with regex so perhaps somebody can help me out here. I tried already to parse it on the standard way, using DOM and simpleXML but with the greater smaller sign its not working
<tag>x > y</tag>
<tag>x < y</tag>