arabica/tests/XSLT/testsuite/DOCS/Background/prose.dtd
2007-07-19 17:43:13 +00:00

48 lines
2 KiB
DTD

<!--Prose constructs-->
<!--$Date: 2001/11/29 17:30:53 $(UTC)-->
<!--
Copyright (C) The Organization for the Advancement of
Structured Information Standards [OASIS] (2001). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it or
assist in its implementation may be prepared, copied, published and
distributed, in whole or in part, without restriction of any kind,
provided that the above copyright notice and this paragraph are included
on all such copies and derivative works. However, this document itself
may not be modified in any way, such as by removing the copyright notice
or references to OASIS, except as needed for the purpose of developing
OASIS specifications, in which case the procedures for copyrights
defined in the OASIS Intellectual Property Rights document must be
followed, or as required to translate it into languages
other than English.
The limited permissions granted above are perpetual and
will not be revoked by OASIS or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-->
<!--===== Overview =========================================================
The %prose; parameter entity is used by other DTDs in the system to
describe prose-oriented constructs.
This particular set of constructs mimics HTML 4.0 but any collection of
prose-oriented constructs may be chosen for the DTDs of a regime.
-->
<!ENTITY % prose "( p | em | strong )*">
<!ELEMENT p ( #PCDATA | em | strong )*>
<!ATTLIST p style CDATA #IMPLIED>
<!ELEMENT em ( #PCDATA | strong )*>
<!ATTLIST em style CDATA #IMPLIED>
<!ELEMENT strong ( #PCDATA | em )*>
<!ATTLIST strong style CDATA #IMPLIED>
<!--end of file-->