From: Cameron H. <ca...@bi...> - 2001-04-15 10:19:35
|
If you specify an XHTML doctype and your HTML is not XHTML compliant you may get unexpected results in browsers that adhere to doctype definitions (like NS6 and IE6). Currently the DynAPI doesn't use XHTML, in fact some of the dynapi code isn't even HTML 4, things like script includes must have a type attribute (which is missing in the DynAPI include function). Doesn't seem to matter for the moment, but I think doctypes will start to make a difference in the near future. I think the API should move to being XHTML compliant myself, there are some cool XML features in newer browsers for doing things like loading remote XML documents (that includes XHTML) which may provide much better functionality than things like LoadPanel. Digital Strider wrote: > Thats only if your using a parser on the server side. Browser are "tag > lazy", so are most old school HTML coders. W3C is trying to get people in > that habit of forming good tag structures. > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Bryon Lape > Sent: Saturday, April 14, 2001 1:44 PM > To: dyn...@li... > Subject: RE: [Dynapi-Chat] XHTML > > > Well, kinda. An ill-formed XHTML page will not display. Also, XHTML has > required closing tags for things like <P> and single tags are closed with /> > and not just >. Oh yeah, <FONT> is finally being depricated. > > bryon > > *********** REPLY SEPARATOR *********** > > On 14/04/2001 at 10:57 Digital Strider wrote: > > >> XHTML is basically HTML being defined as an XML 1.0 application. XHTML >> "is" >> HTML 4.0 but it's definitions are now also included in three corresponding >> DTD's. >> >> So,... >> >> DynAPI2 performs "as well" with XHTML as it does with HTML because in the >> final analysis they are one and the same. >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...]On Behalf Of Bryon Lape >> Sent: Saturday, April 14, 2001 6:57 AM >> To: dyn...@li... >> Subject: [Dynapi-Chat] XHTML >> >> >> Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML >> pages? Should there be much difference? >> >> bryon >> ------------------------------------------------------------- >> Tired of NOT having your money backed by GOLD!?!? >> https://www.e-gold.com/newacct/newaccount.asp?cid=117395 >> >> Why settle for the low interest rates of banks? >> Why gamble in the stock market? >> http://www.emutualfun.org/m.cfm?mid=UPD886 >> >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> >> --- >> Incoming mail is certified Virus Free. >> Checked by AVG anti-virus system (http://www.grisoft.com). >> Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 >> >> --- >> Outgoing mail is certified Virus Free. >> Checked by AVG anti-virus system (http://www.grisoft.com). >> Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat > > > h > ------------------------------------------------------------- > Tired of NOT having your money backed by GOLD!?!? > https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > > Why settle for the low interest rates of banks? > Why gamble in the stock market? > http://www.emutualfun.org/m.cfm?mid=UPD886 > > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat |