I have the need to use a & character in one of my excludePaths. Is it safer, more correct, or better to use & or wrap the regex in a CDATA?
For an attribute in an xml file you need to use the entity value & amp; For node data, I prefer the CDATA block so that the literal value is there.