Revision 2489
Added by sgarg over 19 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
1673 | 1673 |
nodename = rs.getString(5); |
1674 | 1674 |
nodeprefix = rs.getString(6); |
1675 | 1675 |
nodedata = rs.getString(7); |
1676 |
nodedata = MetaCatUtil.normalize(nodedata); |
|
1676 | 1677 |
// add the data to the node record list hashtable |
1677 | 1678 |
NodeRecord currentRecord = new NodeRecord(nodeid, parentnodeid, |
1678 | 1679 |
nodeindex, nodetype, nodename, nodeprefix, nodedata); |
Also available in: Unified diff
Adding the call to normalize function for now -- too many calls to normalize function are made and this needs to be looked into. Removing call to normalize function caused trouble in text like this "A&B"