RE: FAQ

To your second question
>Lastly I'd like to know if the "lang="en-US" xml:lang="en-US"" 
>specification within the <html>-tag is well formed.
http://www.w3.org/International/articles/language-tags/Overview.en.php

Example from:
http://www.w3.org/TR/i18n-html-tech-lang/#ri20040429.092928424
<html xml:lang="fr-CA" xmlns ="http://www.w3.org/1999/xhtml">

is the example way!  Not sure about your two language declarations! And the 
outside quotation marks!

--C. E. Whitehead


>From: "TRON-DELTA.ORG" <info@tron-delta.de>
>To: <www-html-editor@w3.org>
>Subject: FAQ
>Date: Mon, 8 Jan 2007 08:29:50 +0100
>MIME-Version: 1.0
>Received: from frink.w3.org ([128.30.52.16]) by 
>bay0-mc3-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 8 
>Jan 2007 05:33:52 -0800
>Received: from lists by frink.w3.org with local (Exim 4.50)id 
>1H3uct-0004Ta-VVfor www-html-editor-dist@listhub.w3.org; Mon, 08 Jan 2007 
>13:33:23 +0000
>Received: from wiggum.w3.org ([128.30.52.23])by frink.w3.org with esmtp 
>(Exim 4.50)id 1H3ucc-0004Ky-0Ufor www-html-editor@listhub.w3.org; Mon, 08 
>Jan 2007 13:33:06 +0000
>Received: from nobody by wiggum.w3.org with local (Exim 4.50)id 
>1H3ucb-00079j-V8for www-html-editor@listhub.w3.org; Mon, 08 Jan 2007 
>13:33:05 +0000
>Received: from lisa.w3.org ([128.30.52.41])by frink.w3.org with esmtp (Exim 
>4.50)id 1H3oxW-0000Vc-AMfor www-html-editor@listhub.w3.org; Mon, 08 Jan 
>2007 07:30:18 +0000
>Received: from moutng.kundenserver.de ([212.227.126.173])by lisa.w3.org 
>with esmtp (Exim 4.50)id 1H3oxO-0004qO-WEfor www-html-editor@w3.org; Mon, 
>08 Jan 2007 07:30:18 +0000
>Received: from [212.227.126.202] (helo=mrvnet.kundenserver.de)by 
>moutng.kundenserver.de with esmtp (Exim 3.35 #1)id 1H3oxN-0006VP-00for 
>www-html-editor@w3.org; Mon, 08 Jan 2007 08:30:09 +0100
>Received: from [172.23.1.26] (helo=xchgsmtp.exchange.xchg)by 
>mrvnet.kundenserver.de with smtp (Exim 3.35 #1)id 1H3oxN-0001AX-00for 
>www-html-editor@w3.org; Mon, 08 Jan 2007 08:30:09 +0100
>Received: from loki2.exchange.xchg ([172.23.1.17]) by 
>xchgsmtp.exchange.xchg with Microsoft SMTPSVC(6.0.3790.1830); Mon, 8 Jan 
>2007 08:30:09 +0100
>Received: none (lisa.w3.org: domain of info@tron-delta.de does not 
>designate permitted sender hosts)
>X-Message-Info: LsUYwwHHNt2qR4kQmgrxUWwTa1mY0JymIThde3gM65w=
>X-MimeOLE: Produced By Microsoft Exchange V6.5
>Content-class: urn:content-classes:message
>X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FAQ
>Thread-Index: Accy9sgWOMkJBP/DQZ28NjhRltg1/w==
>X-OriginalArrivalTime: 08 Jan 2007 07:30:09.0419 (UTC) 
>FILETIME=[D37285B0:01C732F6]
>X-Provags-ID: kundenserver.de abuse@kundenserver.de ident:@172.23.1.26
>X-W3C-Hub-Spam-Status: No, score=-0.5
>X-W3C-Scan-Sig: lisa.w3.org 1H3oxO-0004qO-WE 
>85404e8bc54248e344d67914e491a7e7
>X-caa-id: 0b94ea65f48f96ffbcb1
>X-Original-To: www-html-editor@w3.org
>X-Archived-At: 
>http://www.w3.org/mid/FAB421109391624A94A66EA9400B61D101621645@loki2.exchange.xchg
>Resent-From: www-html-editor@w3.org
>X-Mailing-List: <www-html-editor@w3.org> archive/latest/15067
>X-Loop: www-html-editor@w3.org
>Resent-Sender: www-html-editor-request@w3.org
>Precedence: list
>List-Id: <www-html-editor.w3.org>
>List-Help: <http://www.w3.org/Mail/>
>List-Unsubscribe: 
><mailto:www-html-editor-request@w3.org?subject=unsubscribe>
>Resent-Message-Id: <E1H3uct-0004Ta-VV@frink.w3.org>
>Resent-Date: Mon, 08 Jan 2007 13:33:23 +0000
>Return-Path: www-html-editor-request@listhub.w3.org
>
>
>
>
>
>
>
>Dear Sir, dear Madam,
>
>I'm responding to your well established FAQ 
>(http://www.w3.org/MarkUp/2004/xhtml-faq) section 12 (Does Microsoft 
>Internet Explorer accept the media type application/xhtml+xml?)
>
>In short a printout from my "index.html" to make it easier to understand.
>
>[ index.html ]
>
><?xml version="1.0" encoding="UTF-8"?>
><?xml-stylesheet href="./database/d@ta/style/xsl/dtd.xsl" type="text/xsl"?>
><!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" lang="en-US" xml:lang="en-US">
>
>
>Now the modifierd "copy.xsl" (renamed to dtd.xsl here!)
>
>[dtd.xsl]
>
><?xml version="1.0" encoding="UTF-8"?>
><xsl:stylesheet version="1.0"
>  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>  xmlns:fo="http://www.w3.org/1999/XSL/Format">
><xsl:template match="/">
>  <copy-of select="."/>
></xsl:template>
></xsl:stylesheet>
>
>
>My question is, if my version of that XSL-file is better formed than yours. 
>As you have probably noticed I was including a new line at first. 
>Furthermore I included the FO namespace. Any changes made by me are marked 
>in red.
>

>
>
>Yours sincerely, J.C.
>
>
>
>
>
>
>
>----------------------------------------------------------------------------------------------------------------
>       -------------------- Cert Version III @ T-D.ORG Network 
>--------------------
>                    
>-------------------------------------------------------------------------
>
>
>mIRC:    #[T-D] (QN)
>
>eMail:    info@tron-delta.de
>
>URL:     http://www.TRON-DELTA.org
>----------------------------------------------------------------------------------------------------------------
>News / Info / Notes:
>----------------------------------------------------------------------------------------------------------------
>
>
>

_________________________________________________________________
Get FREE Web site and company branded e-mail from Microsoft Office Live 
http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/

Received on Thursday, 11 January 2007 20:21:09 UTC