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 I open a xsl file?
What is xml tag library?
What is the icon for atom syndication?
Why not just carry on extending html?
What is xl file?
What are the three main characteristics of xml?
Define is null operator.
Can I use rss feeds on my website?
Types of applications that can benefit from using XML?
What is wsdl used for?
Why xml was created?
What is XML Namespace?
What is the difference between xml and xlsx?
Which is a language for finding information in an xml document?
What is xslt used for?