2 Responses to “How can i create a web page using XML?”
Leave a Reply
Categories
Recent Posts
- How to Find XML information?
- Reading XML from a website using VB?
- How do I upload an XML file to a SQL Server database, I already have a database with a XML type field and?
- Which is the best :Dreamweaver Vs. Aptana Vs. Amaya in using CSS, HTML, XHTML,XML & JavaScript?
- could someone give me a couple of books that can explain these HTML PHP XML XHTML and JAVA?
- how do I get rid of : chrome://global/content/bindings/general.xml:0?
SoftXML - Target your market audience
SoftXML provides a variety of XML products and services for web developers and website owners.
SoftXML provides a variety of XML products and services for web developers and website owners.
The way to do it would be to use XHTML, but there are good reasons not to. In summary, you cannot serve your page as XHTML to Internet Explorer, so your server must say the page is HTML. This loses the strictness advantage of XHTML (you won’t notice when errors are introduced, that would break your pages when switching to serving as XHTML), and can also cause incompatibilities with scripting.
It’s safer to use HTML Strict, and convert your site when real browser support exists.
You can either use XHTML (that’s the same tags as in HTML but in lowercase and conforming to XML, plus the indication of the schema), or you may create any kind of XML content and process it with an XSLT stylesheet.