diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-15 13:42:25 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-15 13:42:25 +0000 |
| commit | faf9dd01522eab47f2b185ec488325e52300bfe0 (patch) | |
| tree | 134734ea89f7ba4a99475df82e69405e1e54a966 | |
| parent | 73674733ad39f816cef41387179845058ad7e720 (diff) | |
- Add a releasetype profiling attribute that will be used in the release
notes to avoid the ugly workaround of that parameter entities can only
be used in DTD subset now.
Notes
svn path=/projects/xml-tools/; revision=41631
| -rw-r--r-- | share/xml/freebsd45.dtd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/xml/freebsd45.dtd b/share/xml/freebsd45.dtd index 61f8e571ba..4261864bac 100644 --- a/share/xml/freebsd45.dtd +++ b/share/xml/freebsd45.dtd @@ -32,7 +32,11 @@ <!ENTITY % edition.attrib "edition CDATA #IMPLIED"> -<!ENTITY % local.effectivity.attrib "%edition.attrib;"> +<!ENTITY % releasetype.attrib + "releasetype CDATA #IMPLIED"> + +<!ENTITY % local.effectivity.attrib "%edition.attrib; + %releasetype.attrib;"> <!ELEMENT xi:include (xi:fallback?)> |
