aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/xml
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/web/xml
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/web/xml')
-rw-r--r--files/zh-cn/web/xml/xml_introduction/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/xml/xml_introduction/index.html b/files/zh-cn/web/xml/xml_introduction/index.html
index b4c2a8a0db..bd8d02793c 100644
--- a/files/zh-cn/web/xml/xml_introduction/index.html
+++ b/files/zh-cn/web/xml/xml_introduction/index.html
@@ -49,7 +49,7 @@ translation_of: Web/XML/XML_introduction
<ul>
<li>文档必须是一个格式良好的文档。</li>
<li>文档遵循 XML 所有的语法规则并且有效。</li>
- <li>文档遵循特定语义的规则,这些规则通常规定在 XML 或 DTD 规范中(<a href="https://wiki.developer.mozilla.org/en-US/docs/Glossary/DTD">Document Type Definition</a>)。</li>
+ <li>文档遵循特定语义的规则,这些规则通常规定在 XML 或 DTD 规范中(<a href="/zh-CN/docs/Glossary/DTD">Document Type Definition</a>)。</li>
</ul>
<h3 id="XML_.E7.A4.BA.E4.BE.8B" name="XML_.E7.A4.BA.E4.BE.8B">XML 示例</h3>
@@ -132,7 +132,7 @@ translation_of: Web/XML/XML_introduction
<p>XML 通常被用作描述,但是还有很多方法去展示 XML 数据。如果你不定义一个让XML 展示的特别方式,那么原始的 XML 会被展现在浏览器上。</p>
-<p>一个展示 XML 输出的方法是将 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS">CSS</a> 应用于文档,用 <code>xml-stylesheet </code>去处理指令。</p>
+<p>一个展示 XML 输出的方法是将 <a href="/zh-CN/docs/Web/CSS">CSS</a> 应用于文档,用 <code>xml-stylesheet </code>去处理指令。</p>
<pre><code>&lt;?xml-stylesheet type="text/css" href="stylesheet.css"?&gt;</code></pre>