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
How do different xml technologies treat xml namespace declarations?
If an element or attribute is in the scope of an xml namespace declaration, is its name in that namespace?
Can we convert csv to json?
What is difference between xml xsd and xslt?
If XML attribute name itself has double quotes, then how it can be represented?
Is there an xml version of html?
Where can I upload podcasts?
How do I add an rss feed to outlook 365?
Does rss feed update automatically?
How do I subscribe to rss feeds in chrome?
How do I create a rss link?
How xml is used in web application?
Write syntax to serialize class using XML Serializer?
Explain the working of xslt?
How often does rss feed update?