diff options
author | 2009-10-12 19:47:05 +0200 | |
---|---|---|
committer | 2009-10-12 19:47:05 +0200 | |
commit | b5ecd0cfd2aa9b9d7c37213f3713ff5983295d7c (patch) | |
tree | 536ab3dca922510028480587f35b0954b1fd797b | |
parent | Add $Header fields for CVS (diff) | |
download | repositories-xml-format-b5ecd0cfd2aa9b9d7c37213f3713ff5983295d7c.tar.gz repositories-xml-format-b5ecd0cfd2aa9b9d7c37213f3713ff5983295d7c.tar.bz2 repositories-xml-format-b5ecd0cfd2aa9b9d7c37213f3713ff5983295d7c.zip |
Add note on where the DTD and XSL files are used from
-rw-r--r-- | repositories.xsl | 1 | ||||
-rw-r--r-- | schema/repositories.dtd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/repositories.xsl b/repositories.xsl index bee1a33..ed6fc14 100644 --- a/repositories.xsl +++ b/repositories.xsl @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- $Header --> +<!-- Used by [gentoo]/xml/htdocs/proj/en/overlays/repositories.xml --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:exslt="http://exslt.org/common" xmlns:str="http://exslt.org/strings" diff --git a/schema/repositories.dtd b/schema/repositories.dtd index 2afdb0a..0359a6a 100644 --- a/schema/repositories.dtd +++ b/schema/repositories.dtd @@ -1,4 +1,5 @@ <!-- $Header --> +<!-- Used by [gentoo]/xml/htdocs/proj/en/overlays/repositories.xml --> <!-- Gentoo repositories.xml DTD 1.0 |