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

Can you open xml in excel?

635


What is dtd ( document type definition )?

637


What is xml simple definition?

653


What are xml tags?

576


Explain the purpose of XSLT in XML?

672






What is difference between xml and xsl?

626


Why is my rss feed not working?

608


Who developed xslt? : xslt

595


Explain about xml namespaces?

696


How to conduct various xml transformations in java?

609


While writing an xml document what are the rules that are to be followed?

603


How to run an xml file?

837


What is the main use of an xslt file?

598


How many types of xpath are there?

602


What importance does xslt hold in xml?

635