how can I handle embedded html in my xml ?



how can I handle embedded html in my xml ?..

Answer / Trapti Kansal

To embed HTML within an XML document, you can simply include the HTML code as a CDATA section. Here's an example:nn```xmln<root>n <![CDATA[ n <html>n ...n </html>n ]]>n</root>n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

Can you walk us through the steps necessary to parse XML documents?

3 Answers  


What is an xml template?

1 Answers  


What is the difference between xml and excel?

1 Answers  


What is xsl format?

1 Answers  


How can child elements be specified upon using a sequence compositor?

1 Answers  


How you will do SubString in XSL

1 Answers  


what are the most common errors, while writing xml documents ?

1 Answers  


Write code in xml which reads login and password ?

1 Answers   Tech Mahindra, Wipro,


What is rss feed and how it works?

1 Answers  


Is xml a data structure?

1 Answers  


What is xsd used for?

1 Answers  


What is XML Remmittance information?

1 Answers   IBM,


Categories