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

Write a program to show literal result element as stylesheet?

641


Which xsl type is used for navigation in xml documents?

653


Can the content model in an element type declaration contain element types whose names come from other xml namespaces?

668


Provide an example of xml.

660


What is the stylesheet structure used with xslt?

699


Is xml a docx?

648


What is the difference between xml and xlsx?

670


Where is office xml handler located?

739


What is mean by xsl?

644


What is an xml map?

692


Define XPathNavigator class?

704


What is SAX?

681


Do you feel that you are a good XSLT programmer?

700


What is a unicode character?

642


What is xsl attribute?

625