|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
problems in parsing xml.
Hi Friends,
I have a problem in parsing xml file. The text in one of the elements of xml contain "<br>" . This text is displayed as it is. For Example : my xml file file contains a tag "<propertyDescription>" The text with in this tag contains html tags like "<propertyDescription>This hotel has 4.5 rating. It has centralised Ac.<br> There are about 500 rooms. </propertyDescription>" This xml tag contain "<br>" in it text. When I display this using <xsl:value-of select="propertyDescription"/>, The text is displayed in as it is with out processing html tag like "This hotel has 4.5 rating. It has centralised Ac.<br> There are about 500 rooms." I want it to be displayed as : "This hotel has 4.5 rating. It has centralised Ac. There are about 500 rooms.". Can any one help me out how this can be achieved. Thanks, Sunil. |
|
#2
|
||||
|
||||
|
you might try doing a search in the forum first... this subject has been covered from many different angles. Here are a couple:
http://forums.devshed.com/t68602/s.html http://forums.devshed.com/t63328/s.html
__________________
mr... mike.rusaw@realpage.com RalPage, Inc. "I have made this letter longer than usual, only because I have not had the time to make it shorter." - Blaise Paschal |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > problems in parsing xml. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|