* what the value of these attributes are, the output xml's header of
* WebRowSet keeps the same.
*/
WebRowSet webRs = newWebRowSet();
Reader fileReader = new FileReader(XML_SRC_URL_INVALID_HEADER);
webRs.readXml(fileReader);
StringWriter strWriter = new StringWriter();
webRs.writeXml(strWriter);
assertFalse(-1 == strWriter.toString().indexOf(
"http://java.sun.com/xml/ns/jdbc"));