Convert XML file to HTML

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

How do you convert a XML file that includes HTML tags in
to an HTML file I have tried using the XSLTransform and
writing to a html file but it changes the HTML tags to
their text equivalent and displays the tags in the HTML
page

Thanks

Rob
 
rob said:
How do you convert a XML file that includes HTML tags in
to an HTML file I have tried using the XSLTransform and
writing to a html file but it changes the HTML tags to
their text equivalent and displays the tags in the HTML
page

How is the HTML content embedded in the XML file? Do you use 'CDATA'
blocks? Do you use XSLT to transform the file?

You may want to post to this ng:

<
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top