Ideas on how to change xml to html

Asked By 0 points N/A Posted on -
qa-featured

Hi. I have a background using HTML. Now, as my work I need to convert from XML to HTML. I am not really good with XML. Can you give me a nice idea on how to do it? A good tutorial will do. Please give me some advice on how to change xml to html. Thanks a lot.

SHARE
Answered By 0 points N/A #168436

Ideas on how to change xml to html

qa-featured

 

Hey Shawnj,

As you may already know, HTML is based on XML and not the other way around. XML represents data where as HTML is the mark-up language. It is possible to find software that would do the translation for you but I don’t advise you to use them because it will generate a lot of errors.

I advise you to use these two websites below. They are well written and easy to understand.

https://www.htmlgoodies.com/beyond/xml/converting-xml-to-html-using-xsl.html

https://www.w3schools.com/xml/xsl_transformation.asp

Related Questions