![]() Preserved Topic: XML vs DHTML (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Europe |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() XML is the basis of HTML you just were not told. |
Nervous Wreck (II) Inmate From: Australia |
![]() 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 |
![]() 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 |
![]() "Of course, DHTML is a microsoft design language, so you need an IE browser to even see it." |