| Academic Computing and Communications Center | ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
XHTML: Straddling the Fence Between HTML and XML |
||||
XML is here, but full support in even the newest Web browsers is problematic, not to mention the older browsers that so many people still use that don’t know anything about XML at all. And virtually all documents on the Web, including yours, are written in HTML, not XML. Still, you want to get started on XML, without the pain of maintaining multiple versions of files. Maybe you have a compelling need to define your own tags or to use a specialized tag set for math or chemistry; if you do, you know who you are. More likely, you just want to make new documents (and convert old ones if it’s not too hard) that will work with both traditional HTML-based browsers and new XML-based applications as they come along. What’s a poor developer to do? Yet another acronym: XHTML, Extensible HyperText Markup Language.
The defining document for XHTML1 (version 1 of XHTML) is on the W3C Web site: http://www.w3.org/TR/xhtml1/ Fortunately, it’s pretty readable. Some highlights:
There are a few other considerations, but you can see that coding to XHTML standards is pretty easy. Be sure to check the W3C Web site for other links such as validators. It’s not too early to get started with XML. Nor is it particularly difficult.
|
||||
| The A3C Connection, July/Aug/Sept 2000 | Previous: XML and the Future | Next: Processing XML: XSLT |
| 2000-10-12 connect@uic.edu |
|