> I don't believe this works when the Recommended switch is ON.
> In that case, the %body.content definition becomes
> <!ENTITY % body.content "(%heading|%block|HR|ADDRESS)*"
> which excludes %text.
This is untrue. %block includes P which is defined as:
<!ELEMENT P - O (%text;)+>
This is designed to ensure that when the Recommended switch is ON, all
text must be enclosed in an appropriate container.
-- Best wishes,Dave Raggett