|
|
 |
RE: FN-FORUM Digest V1 #4306
date posted 8th January 2003 20:26
VML (Vector Markup Language) is one XML-based language that can fit into an
HTML document, e.g:
v:* { BEHAVIOR: url(#default#VML) }
Circle:
displays an oval on a browser (like IE6) that supports it.
You can also have arbitrary XML and read it with the DOM, (though you most
likely want
to do that sort of thing on the server).
--
Richard
- ----- Original Message -----
From: "Andy Macnaughton-Jones" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, January 08, 2003 12:29 PM
Subject: RE: FN-FORUM (X)html and css?
> Out of interest, if you create XHTML and create some new tags - what
> purpose do they serve (on the browser) if the browser doesn't recognise
> them ? I understand (an implement) well formed HTML, but I can't quite
> see how XML fits into an HTML document. An example (as ever) would be
> most useful.
|
 |
|