newLine character (Hex 0A)
419760Jul 14 2004 — edited Jul 14 2004Hello. We are experiencing a problem, when we query a XMLType column as follows:
SELECT x.xml.getClobval() from document x....
We get a document with some newLine(I guess) characters added at the before some closing tag and after all the closing tags. This wasn´t to be a problem a week ago. Yesterday we modified some java code that instatiates a XMLType and that uses some DOM functions to retrieve data from the document we are getting, and now, after we update this document, there are a bunch of spaces where each newLine character was in the document stored table. ¿Any ideas? Thanks in advance, Mariano