I tried that but it wouldn't work unless I added a newline line... so I ended up with the same problem.
Main Topics
Browse All TopicsI created an xml file using a utl_file.put_line procedure in oracle. Unfortunately, at the end of each chunk I now have a carriage return which is messing up my xml file. Some of the tag names have carriage returns in the middle of them which is throwing back errors. Other than doing a search and replace (because the file is so big), does anyone know of a way I can get rid of them? I am using an xsl file to rename some of the tags. Is there a way I can use the same xsl file to remove the carriage returns?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thank you. I will see if I can find some examples of java stored procedures and some for controlling where the new line is put. I'm not familiar with either approach. Sorry, one of those things where you are given something to do that you have never done and then told to figure it out with no training and nobody else here that knows anything about it to bounce things off of. And it's Monday...
Business Accounts
Answer for Membership
by: sdstuberPosted on 2009-10-30 at 04:14:27ID: 25701782
use UTL_FILE.PUT instead of UTL_FILE.PUT_LINE