Skip to content

Commit

Permalink
Update language-snippets.ent
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangjuanzi committed Sep 19, 2024
1 parent 9ebd797 commit 16d59bc
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d5c509de14490cf1afa727a6d9431c9f878d5d26 Maintainer: Gregory Status: ready -->
<!-- EN-Revision: 1cdefe36cdfc0e3acaff6a0db918d4b037081aa8 Maintainer: Gregory Status: ready -->
<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->

Expand Down Expand Up @@ -1572,6 +1572,30 @@ It is strongly recommended to avoid timezone abbreviations.
<!ENTITY dom.malformederror '<para xmlns="http://docbook.org/ns/docbook">尽管非正确格式化的 HTML 仍应该被成功调入,但此函数会在遇到错误标记时产生 <constant>E_WARNING</constant> 错误。<link linkend="function.libxml-use-internal-errors">libxml 错误处理函数</link>可以用来处理这类错误。</para>'>
<!ENTITY dom.note.utf8 '<note xmlns="http://docbook.org/ns/docbook"><para>此 DOM 扩展采用 UTF-8 编码。使用 <function>mb_convert_encoding</function>、<methodname>UConverter::transcode</methodname> 或 <function>iconv</function> 来处理其它编码。</para></note>'>
<!ENTITY dom.note.json '<note xmlns="http://docbook.org/ns/docbook"><para>When using <function>json_encode</function> on a <classname>DOMDocument</classname> object the result will be that of encoding an empty object.</para></note>'>
<!ENTITY dom.domdocument.html5 '<warning xmlns="http://docbook.org/ns/docbook">
<para>
此函数使用 HTML 4 解析器解析输入。这跟现代 Web 浏览器使用的 HTML 5 的解析规则有所不同。根据输入,这可能会导致不同的
DOM 结构。因此,此函数不能安全地用于清理 HTML。
</para>
<para>
解析 HTML 时的行为取决于所使用的 <literal>libxml</literal> 版本,尤其是边缘条件和错误处理方面。对于符合
HTML5 规范的解析,请使用 PHP 8.4 中添加的 <methodname>Dom\HTMLDocument::createFromString</methodname>
或 <methodname>Dom\HTMLDocument::createFromFile</methodname>。
</para>
<para>
例如,某些 HTML 元素在遇到父元素时会默默关闭。HTML 4 和 HTML 5 中自动关闭父元素的规则不同,因此 <classname>DOMDocument</classname>
看到的最终 DOM 结构可能与 Web 浏览器看到的 DOM 结构不同,这可能使攻击者能够破坏最终的 HTML。
</para>
</warning>'>












Expand Down Expand Up @@ -2397,8 +2421,7 @@ Windows 环境下的 Apache 配置文件中添加路径值时,所有的反斜
<!-- Snippets and titles for the contributors section -->
<!ENTITY Credit.Authors.and.Contributors '作者与贡献者'>

<!ENTITY Credit.Introduction '<para xmlns="http://docbook.org/ns/docbook">在手册的首页上仅突出了目前最活跃的人员,但还有更多的贡献者正在帮助我们工作或在过去给项目提供过巨大的帮助。有许多不知名的人帮助在手册中写下用户评论,并不断地包含在参考中,也很感谢他们的努力。下面所提供的列表均以字母顺序排序。</para>'>

<!ENTITY Credit.Introduction '<para xmlns="http://docbook.org/ns/docbook">有大量贡献者目前正在帮助我们开展工作,或者过去曾为该项目提供过大量帮助。还有许多不知名的人帮助在手册中写下用户评论,并不断地包含在参考中,也很感谢他们的努力。下面所提供的列表均以字母顺序排序。</para>'>



Expand Down

0 comments on commit 16d59bc

Please sign in to comment.