- From: Fotios <f_bass@yahoo.com>
- Date: Wed, 30 May 2001 04:07:15 +0100
- To: <www-html@w3.org>
Hi, I would think that what is important is the resulting html code and not the server-side hybrid code. Fotios > -----Original Message----- > From: www-html-request@w3.org [mailto:www-html-request@w3.org]On Behalf > Of David Bindel > Sent: Tuesday, May 29, 2001 11:32 PM > To: www-html@w3.org > Subject: Using SSI and XHTML > > > I'm brand new to Server Side Includes (SSI) an Microsoft's ASP and I'm > wondering if the HTML Working Group has any problem with these two items: > > 1) Using Server Side Includes as the first line of code (in > other words before > the XML and DOCTYPE declaration) to insert the DOCTYPE > declaration, META tags, > scripts, style sheets, etc... > > Example: > <!--#INCLUDE VIRTUAL="/global.inc" --> > <?xml version="1.0" encoding="iso-8859-1" ?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> > <HEAD> > .............................. > > 2) Using ASP code before the XML or DOCTYPE declaration. > > Example: > <% > Dim page > page = Request.Querystring("pid") > %> > <?xml version="1.0" encoding="iso-8859-1" ?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> > .............................. > > > Anyway, I'm just wondering if the above coe examples would be > considered legal, > because my websites are run off of ASP and SSI's, but I would > prefer to remain > totally compliant with W3C standards. > > Thanks, > David Bindel (nwprog@yahoo.com) > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Received on Tuesday, 29 May 2001 23:07:18 UTC