Preserved Topic: XML vs DHTML |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Europe |
posted 04-26-2001 02:02
My uncle is all excited about XML. As far as I know it is much the same as Dhtml. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-26-2001 03:30
They're extremely different. XML is a markup language that identifies everything, like an alphabet with letters, and makes it accessible to different platforms. DHTML is a combination of markup (HTML), style sheets and javascript that 'make your markup move' so to speak. |
Nervous Wreck (II) Inmate From: Australia |
posted 04-29-2001 10:31
your right xml and html are two different technologies. what you could do is use dynamic xml, which pretty much replicates the functionality of dhtml. the difference here is in one you are working with dynamically doing stuff to html tags and the other you are dynimically doing stuff with XML tags. |
Bipolar (III) Inmate From: Europe |
posted 04-29-2001 22:48
so it is a diffrent language then? right? can I use both on one site? and what does the x in XML mean? And, of course, which on eis the programmer's personel choice? |
Nervous Wreck (II) Inmate From: Australia |
posted 04-30-2001 01:41
XML is a different markup lanaguage that is more descriptive in nature eg., <book sales> these are book sales <book sales /> the X stands for extensible and you can mix xml and html in the same page but you need to use namespace declarations to achieve this. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-30-2001 17:59
XML is the basis of HTML you just were not told. |
Nervous Wreck (II) Inmate From: Australia |
posted 05-03-2001 04:00
but in your example the tractor tag can be treated just as a <div> tag could and thus be made dynamic so conceptualising xml as a back end tool is limiting, although I can see how people can gain this impression as most xml based sites are static in nature and have been formed as you describe them, so dynamic xml is kind of new to the net and many xml developers havent really investigated this fully as yet. On the parsing issue, In IE5 and NS6 if you save the file with a htm or html extension (provided you have an xml dtd) you dont need a xml dom switch, IE will parse the file via W3C recommendations as does NS6. If you save the file with an xml extension eg., eddie.xml then you need a xml dom switch (one for IE propietry and one for NS) becuase IE will not parse the document correctly |
Obsessive-Compulsive (I) Inmate From: usa.ky.lou |
posted 05-13-2001 04:50
I'm not sure why we are thinking there has to be a comparison between DHTML and XML, they are completely different, and do basically different things. |
Paranoid (IV) Inmate From: Lower City, Iest, Lower Felda |
posted 05-14-2001 18:07
"Of course, DHTML is a microsoft design language, so you need an IE browser to even see it." |