If your file contains <tag>value&value</tag>, then it's not an XML file. In XML, ampersand is always escaped as & a m p ; (without the spaces). You need to correct the file, or the program that corrected the file, to make it well-formed XML before you can process it.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|