doc/share/xml/xhtml10-freebsd.dtd
Hiroki Sato 52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- 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.
2013-11-13 06:10:37 +00:00

73 lines
2.5 KiB
DTD

<!-- $FreeBSD$ -->
<!-- FreeBSD XHTML 1.0 Transitional-Based Extension -->
<!-- PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" -->
<!ENTITY % autogen.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
%autogen.ent;
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/l10n.ent">
%l10n.ent;
<!ENTITY % l10n.common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/l10n-common.ent">
%l10n.common.ent;
<!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/common.ent">
%common.ent;
<!ENTITY % release.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Release Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/release.ent">
%release.ent;
<!ENTITY % release.l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
"http://www.FreeBSD.org/XML/lang/share/xml/release.l10n.ent">
%release.l10n.ent;
<!ENTITY % navibar.l10n.ent PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
"http://www.FreeBSD.org/XML/lang/share/xml/navibar.l10n.ent">
%navibar.l10n.ent;
<!ENTITY % navibar.ent PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/navibar.ent">
%navibar.ent;
<!ENTITY % header.l10n.ent PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN"
"http://www.FreeBSD.org/XML/lang/share/xml/header.l10n.ent">
%header.l10n.ent;
<!ENTITY % header.ent PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/header.ent">
%header.ent;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"
"http://www.FreeBSD.org/XML/share/xml/authors.ent">
%authors;
<!-- Allow xmlns on all elements -->
<!ENTITY % coreattrs
"id ID #IMPLIED
class CDATA #IMPLIED
style CDATA #IMPLIED
title CDATA #IMPLIED
xmlns CDATA #IMPLIED"
>
<!ENTITY % cvs PUBLIC "-//FreeBSD//DTD FreeBSD CVS Keywords//EN"
"http://www.FreeBSD.org/XML/share/xml/cvs.dtd">
%cvs;
<!ENTITY % head.misc "(cvs:keyword|script|style|meta|link|object|isindex)*">
<!ENTITY % html.orig PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
%html.orig;
<!ELEMENT email (#PCDATA)>
<!ATTLIST email
%attrs;
role (nolink) #IMPLIED
>