doctype
美
英 
例句
Remember, you can use any of the XHTML document types as long as you include the full ! DOCTYPE declaration.
請記住,只要包含全部!DOCTYPE聲明,就可以使用任何XHTML文檔類型。
It's not very likely that you can change the message schema of their service requests and ask them to put in a DOCTYPE statement.
您不太可能改變他們服務需求的消息模式,并讓他們放入DOCTYPE語句。
Some processors allow you to get around this problem by setting the doctype with a variable.
某些處理程序允許通過變量設置doctype來繞過這個問題。
DOCTYPE declaration is mandatory if the document is to be processed in a validating environment .
如果文檔要在驗證環境中進行處理,DOCTYPE聲明是必選項。
DOCTYPE declarations can also include declarations directly, in what is referred to as the internal subset.
DOCTYPE聲明還可以在內部子集中直接包含聲明。
doctype=&includePropertySheets=true by supplying a document Atom entry with custom field values in the body of the request.
doctype=&includePropertySheets=true發送一個POST請求,方式是在請求體中提供帶有定制字段值的文檔Atom條目。
The DOCTYPE is not used for validation purposes.
解析常規實體。DOCTYPE不用于驗證目的。
The offline Web application specification does not dictate that you use this DOCTYPE; however, it is recommended that you do.
離線Web應用程序規范并不強制您使用這個DOCTYPE;但是,建議您這樣做。
I discuss DOCTYPE statements and data typing in the next section, Schema for validation.
下一節模式驗證中討論DOCTYPE語句和數據類型化。
The simplest DOCTYPE declaration identifies only the root element of the document.
最簡單的DOCTYPE聲明只標識文檔的根元素。
To enable validation, you include the document type (DOCTYPE) in your XML documents near the top.
為了實現驗證,必須在XML文檔的頂部附近包含文檔類型(DOCTYPE)。
Additionally , it is recommended that you add the DOCTYPE element to your migrated pages .
此外,建議將DOCTYPE元素添加到遷移后的頁。
Many browsers will also change their rendering based on the presence or absence of the DOCTYPE declaration and an XML namespace declaration.
許多瀏覽器也會根據是否存在DOCTYPE聲明和XML命名空間聲明來更改其呈現方式。
Gets the value of the system identifier on the DOCTYPE declaration.
獲取DOCTYPE聲明上系統標識符的值。
The following code example shows a DOCTYPE declaration that you might add to your page.
下面的代碼示例演示一個可添加到頁面中的DOCTYPE聲明。
This appends a DOCTYPE tag along with the SYSTEM and DTD information.
這方法將附加DOCTYPE標簽以及SYSTEM和DTD信息。
Writes the DOCTYPE declaration with the specified name and optional attributes.
寫出具有指定名稱和可選屬性的DOCTYPE聲明。
Almost no one precedes their HTML documents with the SGML doctype command.
幾乎沒有人在他們文檔的前面包含這個SGML文檔類型命令。
Nonvalidating parsers will accept documents without DOCTYPE declarations.
非驗證分析器將接受沒有DOCTYPE聲明的文檔。
In this case, the Validator figured out what encoding and doctype your pages are, and then validated against them.
在本例中,Validator判斷出您的頁面屬于哪種編碼和doctype,然后對其進行驗證。
Gets the value of the public identifier on the DOCTYPE declaration.
獲取DOCTYPE聲明上公共標識符的值。
Lastly, the DOCTYPE entry allows us to refer to a particular DTD without using the formal public identifier or an actual filename.
最后,DOCTYPE項允許我們引用特殊DTD,而不需要使用正式公共標識或實際的文件名。
Characters in the DOCTYPE public identifier or system identifier.
DOCTYPE公共標識符或系統標識符中的字符。
So if you've got a doctype that claims XHTML 1. 0 strict, and your page really is HTML 4. 01 transitional, the Validator will tell you that.
所以如果您已經獲得聲稱是XHTML1.0嚴格版的doctype,而此頁面實際上是HTML4.01過渡版,Validator將會告訴您這些。
You can create a wrapper XSLT shell that sets the proper doctype, and imports the migration.
創建一個包裝器XSLT外殼,設置適當的doctype,并將其導入到遷移中。
You should notice that the transformation loses the DOCTYPE declaration and the comment in the original XML document.
您應該注意到該轉換中沒有原來XML文檔中的DOCTYPE聲明和注釋。
When a strict doctype is not used, IE7 and IE8 will ignore : hover on any element other than anchors.
當頁面沒有一個嚴格的doctype時,IE7和IE8將忽略除了鏈接外的任何元素的:hover。
Note : The DOCTYPE declaration is not a part of the XHTML document itself. It is not an XHTML element, and it should not have a closing tag.
注:DOCTYPE聲明并不是XHTML文檔自身的一部分。它也不屬于XHTML元素,不需要有關閉標簽。
If the migration is done with XSLT 1. 0, the doctype cannot be included in the output.
如果用XSLT1.0進行遷移,doctype不能包含在輸出中。
Gets the node containing the DOCTYPE declaration.
獲取包含DOCTYPE聲明的節點。
When you get a response from the Validator, focus on the doctype (see Figure 6).
從Validator獲得響應之后,集中處理doctype(參見圖6)。
As mentioned in the first article of this series, for any migration, determine how to add a DOCTYPE.
正如第一篇文章所提到的那樣,任何遷移都要決定如何添加DOCTYPE。
If a DOCTYPE declaration includes the entire DTD directly, without reference to external files, it uses the following syntax.
如果DOCTYPE聲明直接包含整個DTD,而沒有引用外部文件,將使用以下語法。
Looking back at Listing 1, the next thing you should notice is the DOCTYPE.
回過頭來在看一下清單1,接下來需要注意的是DOCTYPE。
When a strict doctype is used, : hover on non-anchors may cause performance degradation.
當頁面有嚴格的doctype,在非鏈接元素上的:hover將導致性能下降。
Prevents any doctype from appearing in the output.
防止在輸出中出現doctype。
Visual designers, such as Visual Studio, generally include default page templates that include a DOCTYPE declaration.
可視化設計器(例如VisualStudio)通常包括包含DOCTYPE聲明的默認頁模板。
Change your document to use the HTML 4. 01 Strict DOCTYPE, and then validate your document, fixing each error reported.
將文檔改為采用HTML4.01StrictDOCTYPE,然后驗證文檔并修改報告出的錯誤。
The XHTML document is then set up by outputing the appropriate headers, the doctype, the HTML tag, and the title.
然后通過輸出適當的報頭、文檔類型、HTML標記和標題來設置XHTML文檔。
Or, they copied the DOCTYPE tag out of a book and don't know what it means.
或者是,他們從一本書上把DOCTYPE標簽拷出來,卻并不知道這意味著什么。