dwain,

<!--================ Document Head =======================================-->

<!ENTITY % head.misc "(script|style|meta|link|object)*">

<!-- content model is %head.misc; combined with a single
     title and an optional base element in any order -->

<!ELEMENT head (%head.misc;,
     ((title, %head.misc;, (base, %head.misc;)?) |
      (base, %head.misc;, (title, %head.misc;))))>

from: http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Strict

<xs:group name="head.misc">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="script"/>
      <xs:element ref="style"/>
      <xs:element ref="meta"/>
      <xs:element ref="link"/>
      <xs:element ref="object"/>
    </xs:choice>
  </xs:sequence>
</xs:group>

from: http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd

and last but not least:

"14.3.1 Preferred and alternate style sheets

HTML allows authors to associate any number of external style sheets
with a document. The style sheet language defines how multiple
external style sheets interact (for example, the CSS "cascade"
rules)."
http://www.w3.org/TR/html401/present/styles.html#style-external

Convinced?

best regards,

Martin


Saturday, March 1, 2008, 1:47:16 PM, you wrote:

d> On 3/1/08, Melissa Forrest <[EMAIL PROTECTED]> wrote:
>>
>> aaah no, there is nothing invalid about more than one stylesheet
>> <link> tag in the markup


d> do you have a link for your side?
d> dwain









*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to