Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

newLine character (Hex 0A)

419760Jul 14 2004 — edited Jul 14 2004
Hello. 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2004
Added on Jul 14 2004
2 comments
479 views