Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: third_party/docbook-xsl-1.78.0/common/targetdatabase.dtd

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/docbook-xsl-1.78.0/common/table.xsl ('k') | third_party/docbook-xsl-1.78.0/common/targets.xsl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/docbook-xsl-1.78.0/common/targetdatabase.dtd
diff --git a/third_party/docbook-xsl-1.78.0/common/targetdatabase.dtd b/third_party/docbook-xsl-1.78.0/common/targetdatabase.dtd
deleted file mode 100644
index 2ace1e0030450c17843adf12a159c665d922ab78..0000000000000000000000000000000000000000
--- a/third_party/docbook-xsl-1.78.0/common/targetdatabase.dtd
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- targetdatabase.dtd -->
-<!-- A DTD for managing cross reference target information -->
-
-<!ELEMENT targetset (targetsetinfo?, sitemap*, document*) >
-
-<!ELEMENT targetsetinfo ANY >
-
-<!ELEMENT sitemap (dir) >
-
-<!ELEMENT dir ((dir|document)*) >
-<!ATTLIST dir
- name CDATA #REQUIRED
->
-
-<!ELEMENT document (div*) >
-<!ATTLIST document
- targetdoc CDATA #REQUIRED
- uri CDATA #IMPLIED
- baseuri CDATA #IMPLIED
- href CDATA #IMPLIED
- dir CDATA #IMPLIED
->
-
-<!ELEMENT div (ttl?, objttl?, xreftext?, (div|obj)*)>
-<!ATTLIST div
- targetptr CDATA #IMPLIED
- element CDATA #IMPLIED
- name CDATA #IMPLIED
- number CDATA #IMPLIED
- href CDATA #IMPLIED
- lang CDATA #IMPLIED
- page CDATA #IMPLIED
->
-
-
-<!ELEMENT ttl ANY >
-<!ELEMENT objttl ANY >
-<!ELEMENT xreftext ANY >
-
-<!ELEMENT obj (ttl?, objttl?, xreftext?)>
-<!ATTLIST obj
- targetptr CDATA #IMPLIED
- element CDATA #IMPLIED
- name CDATA #IMPLIED
- number CDATA #IMPLIED
- href CDATA #IMPLIED
- lang CDATA #IMPLIED
- page CDATA #IMPLIED
->
« no previous file with comments | « third_party/docbook-xsl-1.78.0/common/table.xsl ('k') | third_party/docbook-xsl-1.78.0/common/targets.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698