Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tabs and carriage returns 1

Status
Not open for further replies.

CassidyHunt

IS-IT--Management
Jan 7, 2004
688
US
I have XML that has some structured data out of a CLOB field that I am translating into HTML. I need to preserve the format that is in the CLOB. The largest problem is the tabs and carriage returns.

Does anyone know how to do this?
 
Cassidy,

This is really an HTML question. XML parsers are required to preserve significant whitespace. Unfortunately I cannot really be very helpful on the HTML side.

Tom Morrison
 
Thanks. Took me to what I needed to know. There is a tag called PRE in html that will take the formatting of the text as it comes.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top