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

📄 meta.dtd

📁 xml 组建工程 不多说说 很都功能 就是懒得整理
💻 DTD
字号:
<?xml version="1.0" encoding="UTF-8"?>

<!-- meta must be the root element of
	 the meta.xml resource.
-->
<!ELEMENT meta (file*)>

<!-- Each cached resource is described
     by a file element.
-->
<!ELEMENT file (pub,abs,rel)>

<!-- If the null attribute is specified,
     pub must be empty. Otherwise, it
     contains the PUBLIC id of a resource.
-->
<!ELEMENT pub (#PCDATA)>
<!ATTLIST pub
	null (true) #IMPLIED
>

<!-- If the null attribute is specified,
     pub must be empty. Otherwise, it
     contains the original absolute URL
     location of a resource.
-->
<!ELEMENT abs (#PCDATA)>
<!ATTLIST abs
	null (true) #IMPLIED
>

<!-- The rel element must be non-empty.
     It specifies the URL of the cached
     resource relative to the meta.xml resource.
-->
<!ELEMENT rel (#PCDATA)>

⌨️ 快捷键说明

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