element p {
mixed { ( b | i )* }
}
always equivalent to (validates the same possible set of nodes as)
element p {
( b | i | text )*
}
and are both precisely equivalent to the DTD _expression_
<!ELEMENT p (#PCDATA|b|i)*>
?
--
David Sewell, Editorial and Technical Manager
Electronic Imprint, The University of Virginia Press
PO Box 400318, Charlottesville, VA 22904-4318 USA
Courier: 310 Old Ivy Way, Suite 302, Charlottesville VA 22903
Email: [EMAIL PROTECTED] Tel: +1 434 924 9973
YAHOO! GROUPS LINKS
- Visit your group "rng-users" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
