⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iteminlinedtd.xml.html

📁 《Big C++ 》Third Edition电子书和代码全集-Part1
💻 HTML
字号:
<html>

<head>
	<title>itemInlineDtd.xml</title>
</head>

<body>
<pre>&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE items [
&lt;!ELEMENT items (item*)&gt;
&lt;!ELEMENT item (product, quantity)&gt;
&lt;!ELEMENT product (description, price)&gt;
&lt;!ELEMENT quantity (#PCDATA)&gt;
&lt;!ELEMENT description (#PCDATA)&gt;
&lt;!ELEMENT price (#PCDATA)&gt;
]&gt;

&lt;items&gt;
   &lt;item&gt;
      &lt;product&gt;
         &lt;description&gt;Ink Jet Refill Kit&lt;/description&gt;
         &lt;price&gt;29.95&lt;/price&gt;
      &lt;/product&gt;
      &lt;quantity&gt;8&lt;/quantity&gt;
   &lt;/item&gt;
   &lt;item&gt;
      &lt;product&gt;
         &lt;description&gt;4-Port Mini Hub&lt;/description&gt;
         &lt;price&gt;19.95&lt;/price&gt;
      &lt;/product&gt;
      &lt;quantity&gt;4&lt;/quantity&gt;
   &lt;/item&gt;
&lt;/items&gt;</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -