Revision 3904
Added by Jing Tao over 16 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
1947 | 1947 |
return; |
1948 | 1948 |
} |
1949 | 1949 |
|
1950 |
logMetacat.debug("======the xml document in metacat servlet (before parsing):\n"+doctext[0]); |
|
1950 | 1951 |
StringReader xml = new StringReader(doctext[0]); |
1951 | 1952 |
boolean validate = false; |
1952 | 1953 |
DocumentImplWrapper documentWrapper = null; |
Also available in: Unified diff
Check into cvs head. Add a debug statement for printing out eml document