查询
1 词典释义:
doctype
时间: 2025-04-02 22:35:13
英 ['dɒktaɪp]
美 ['dɒktaɪp]

n. 文档类型

双语例句
  • Defines the body system doctype.

    定义主体系统文档类型。

  • Defines the body public doctype.

    定义主体公共文档类型。

  • DOCTYPE is a myth.

    DOCTYPE是一个神话!

  • Bring your doctype in line with your page.

    让doctype与页面一致。

  • Any new or unknown doctype triggers strict mode.

    任何新的或未知的DOCTYPE将触发严格模式。

  • This is the canonical doctype for HTML 5 Web pages.

    这是用于HTML 5 web页面的规范doctype。

  • The other thing to note here is the DOCTYPE for the page.

    这里需要注意的另一点是该页面的 DOCTYPE。

  • For example, your DOCTYPE might read something like Listing 5.

    例如,DOCTYPE可能类似于清单5。

  • This appends a DOCTYPE tag along with the SYSTEM and DTD information.

    这方法将附加DOCTYPE标签以及SYSTEM和DTD信息。

  • Part 2 will include a tip for specifying a DOCTYPE in the SVG example.

    第2部分将包括在SVG例子中指定DOCTYPE的提示。

  • Looking back at Listing 1, the next thing you should notice is the DOCTYPE.

    回过头来在看一下清单1,接下来需要注意的是DOCTYPE。

  • Or, they copied the DOCTYPE tag out of a book and don't know what it means.

    或者是,他们从一本书上把DOCTYPE标签拷出来,却并不知道这意味着什么。

  • When you get a response from the Validator, focus on the doctype (see Figure 6).

    从Validator获得响应之后,集中处理doctype(参见图6)。

  • If you don't have a doctype, you need to add one, as well as a character encoding.

    如果没有doctype,则需要添加一个,以及字符编码。

  • You then enter code within your DOCTYPE inside square brackets (), as in Listing 6.

    然后在DOCTYPE的方括号()内部输入代码,如清单6所示。

  • I discuss DOCTYPE statements and data typing in the next section, Schema for validation.

    下一节模式验证中讨论doctype语句和数据类型化。

  • The value of the URL parameter doctype is specified as the document type of the document.

    URL 参数 doctype 的值被指定为文档的文档类型。

  • If the migration is done with XSLT 1.0, the doctype cannot be included in the output.

    如果用XSLT 1.0进行迁移,doctype不能包含在输出中。

  • You can create a wrapper XSLT shell that sets the proper doctype, and imports the migration.

    创建一个包装器XSLT外壳,设置适当的doctype,并将其导入到迁移中。

  • When a strict doctype is used, : hover on non-anchors may cause performance degradation.

    当页面有严格的doctype,在非链接元素上的:hover将导致性能下降。

  • For example, Saxon allows you to specify XSLT 1.1, and then set the doctype dynamically.

    比如,Saxon允许指定XSLT 1.1,然后动态设置doctype。

  • Some processors allow you to get around this problem by setting the doctype with a variable.

    某些处理程序允许通过变量设置doctype来绕过这个问题。

  • To enable validation, you include the document type (DOCTYPE) in your XML documents near the top.

    为了实现验证,必须在XML文档的顶部附近包含文档类型(DOCTYPE)。

  • The code in Listing 4 is placed before the DOCTYPE element in the page.tpl.php file shown in Listing 1.

    清单4中的代码放在清单1所示的page . tpl . php文件中DOCTYPE元素的前面。

  • As mentioned in the first article of this series, for any migration, determine how to add a DOCTYPE.

    正如第一篇文章所提到的那样,任何迁移都要决定如何添加DOCTYPE。

  • Remember, you can use any of the XHTML document types as long as you include the full !DOCTYPE declaration.

    请记住,只要包含全部 ! DOCTYPE 声明,就可以使用任何 XHTML 文档类型。

  • You need the doctype to continue using the topics after they are in DITA. In this case, you have several options.

    转化到DITA后,您还需要doctype,以便在以后使用该主题。

  • In this case, the Validator figured out what encoding and doctype your pages are, and then validated against them.

    在本例中,Validator判断出您的页面属于哪种编码和doctype,然后对其进行验证。

  • Change your document to use the HTML 4.01 Strict DOCTYPE, and then validate your document, fixing each error reported.

    将文档改为采用HTML 4.01 Strict DOCTYPE,然后验证文档并修改报告出的错误。