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 convert a pdf to a zip file?
How to use RSS code in our Site.... and can any body tell me how can I advertise my web site in google that any body can search my site through google search?
What is xmlns xs?
What is the full meaning of xml?
Which browser first used the rss feed?
Why xml was created?
Is using rss feeds legal?
Explain the used of the xml prolog section.
Which xml parser comes with weblogic server 6.1?
What is the difference between xsl and xslt?
Does rss feed update automatically?
What are the advantages of using xml?
What are the steps required to make xsl work?
What is the function of qualified names?
What is schemalocation in xml?