|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
inserting line breaks in XML data
Hi,
First of all let me thank you guys for supporting me in developing my first XML applicaiton. We have a text field in our database with many paragraphs. We tried replacing the line breaks with <br>. But when we tried in XML the breaks were not working. Paragraphs were displaying in one line. How can I insert a break in the XML data. Also is there any way where while displaying the data, search for line breaks and replace with <br>s Rgds Sh |
|
#2
|
|||
|
|||
|
paras find and replace
hi,
you have a text field in database ( I assumed as MSAcces), find the character chr(13) which is ascii equivalent to paragraph and replace it with <br/> tag. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > inserting line breaks in XML data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|