Can we use xslt to covert html into vxml?

Answer Posted / g.h

Whether this is possible depends on the HTML document being
converted.

As a markup language, HTML is less strict than XML. It
allows certain tags to remain unclosed. This means certain
HTML documents can not be regarded as XML documents, since
they would not be well-formed. A decent XSLT processor would
fail to process such a message, either because it recognizes
the XML as not being well-formed or because the parser
reading the data for the processor does this.

An HTML document that conforms to the XML standard could be
processed by XSLT. HTML made XML-compliant is called XHTML.
This form is increasingly popular since it allows a large
array of XML tools to be used for HTML processing. XHTML
can, as such, always be processed with XSLT. Regular HTML
only if it doesn't violate the XML standard in some way.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is rss still used?

442


Which is the best tool one should learn i.e the tool having demand in the market for XSL?

491


What is xml httprequest? What are its advantages?

480


Can I use a relative uri as a namespace name?

475


Explain how to remove a particular element from XML?

490






What are the two types of xml parsers?

509


How do I include one xml file in another?

486


Why do we use dtd?

463


What is the stylesheet structure used with xslt?

505


What are the advantages of using xml?

428


I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.

2180


What's xlink?

523


Why xml is used in web applications?

451


What are building blocks of xml?

451


Explain and describe xml?

538