Can we use xslt to covert html into vxml?

Answers were Sorted based on User's Feedback



Can we use xslt to covert html into vxml?..

Answer / sekar

Yes, we can using xsl to convert html to xml

Is This Answer Correct ?    14 Yes 4 No

Can we use xslt to covert html into vxml?..

Answer / 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

Can we use xslt to covert html into vxml?..

Answer / kamal

no, we cant use it.it can be used for convert only from one
xml to other format.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More XML XSLT RSS Interview Questions

How to validate an atom 1.0 feed file?

0 Answers  


What is the function of xslt?

0 Answers  


About XLST ?

3 Answers   Satyam,


What is identity template in xslt?

0 Answers  


Does safari have an rss reader?

0 Answers  






What are the parsers are supported in xml?

0 Answers  


State and explain about xml encoding errors?

0 Answers  


Who can create an xml namespace?

0 Answers  


How do I run an xslt file?

0 Answers  


How does an xsd work?

0 Answers  


How do I upload a podcast to spotify?

0 Answers  


What do you mean by xslt <xsl: value-of> element?

0 Answers  


Categories