Can we use xslt to covert html into vxml?
Answers were Sorted based on User's Feedback
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 |
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 |
What are xml attributes?
Can I resolve the uri used as an xml namespace name?
How do I use the default xml namespace to refer to attribute names in an xml namespace?
What is the use of xslt <xsl: for-each> element?
How to tell web browsers that your web pages have atom feeds?
What are the related specifications of xml?
What is the use of rss feed?
What are the parts in which template gets defined?
What are building blocks of xml?
I have to do an overview of xml for my manager/client/investor/advisor. What should I mention?
What are xml schemas used for?
How do I remove rss feeds from outlook 365?