Dynamically Convert XML(With custom tages) in to HTML
Hi, I am working on a project in which i am receving different XMLs in different format, i hve to convert these XMLs in to HTML and save that HTML as per XML. Please suggect me, wht shld i do ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Sep 5, 2011, 2:41 PM
You should look at the articles in this web site, in particular the "Our recommended articles" at the right side. At least one article is about using XSLT to convert XML to HTML. Try that. Note that XSLT and XSL is essentially the same thing.