52f6d56540
- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
26 lines
744 B
DTD
26 lines
744 B
DTD
<!-- $FreeBSD$ -->
|
|
|
|
<!ENTITY % cvs PUBLIC "-//FreeBSD//DTD FreeBSD CVS Keywords//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/cvs.dtd">
|
|
%cvs;
|
|
|
|
<!ELEMENT mirrors (cvs:keyword, entry+)>
|
|
|
|
<!ELEMENT entry (country, host+, email?)>
|
|
<!ELEMENT country (#PCDATA)>
|
|
<!ELEMENT host (name, url*)>
|
|
<!ELEMENT name (#PCDATA)>
|
|
<!ELEMENT url (#PCDATA)>
|
|
<!ELEMENT email (#PCDATA)>
|
|
|
|
<!ATTLIST entry id ID #REQUIRED>
|
|
<!ATTLIST host type (cvsup|ftp|rsync|www) #REQUIRED>
|
|
<!ATTLIST url proto (ftp|ftpv6|http|httpv6|rsync|rsyncv6) #REQUIRED>
|
|
<!ATTLIST country
|
|
sortkey CDATA #REQUIRED
|
|
role CDATA #IMPLIED>
|
|
|
|
<!ENTITY % iso8879.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
|
|
"http://www.FreeBSD.org/XML/share/xml/iso8879.ent">
|
|
%iso8879.ent;
|