Altova Mailing List Archives
>xml-dev Archive Home
>Recent entries
>Thread Prev - XML and HTML Intermixed
[Thread Next]
Re: XML and HTML Intermixed
To: xml-dev@--.--.--
Date: 6/27/1997 6:39:00 AM
[Bob Seibel:] | Let's say I used a style sheet to display the contents. It seems to me | that using HTML tags intermixed with XML tags is a good thing. I don't | have to reinvent my own tags when HTML already defines them. You can mix tags all you want; with the exception of a handful of reserved names, the XML name space belongs to you. But this means that "UL" has no more meaning to an XML processor than "SOLUTION" does; in both cases, you must use some other mechanism to specify the semantics. The most common mechanisms are going to be Java classes or stylesheets. Some people have suggested the definition of an "HTXML" to grandfather existing HTML tags but let you define any other tag that is not HTML. One great big problem with this approach is that if HTXML is based on HTML 4.0 (say), and HTML 4.0 has no SOLUTION tag, and therefore you use SOLUTION all through your documents assuming a particular meaning for SOLUTION, and then in HTML 4.1 a tag named SOLUTION with a different meaning is defined, you're hosed. A possible way out of this would be to define a reserved attribute to tell an XML browser that you want some element type to have the semantics of some HTML tag: <BULLETLIST XML-HTML-EQUIV="UL"> ... </BULLETLIST> This has some advantages, but given the speed with which XML is moving, I personally am not persuaded that it's worth the trouble. Jon xml-dev: A list for W3C XML Developers Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To unsubscribe, send to majordomo@i... the following message; unsubscribe xml-dev List coordinator, Henry Rzepa (rzepa@i...)
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

