I hope this is not a dumb question, but I keep reading that when an
instance is validated against a Relax NG schema, there's no need to
use a DOCTYPE declaration anymore.

What about when the instance uses entity references (general parsed
entity references)?

<!DOCTYPE book PUBLIC "..." "..."
[
  <!ENTITY % my-entities SYSTEM "entities.ent">
  %my-entities;
]>
<book>
  &my-entity1;
</book>


I suppose this is still a valid document, assuming my-entity1 is
defined in entities.ent.
How can I avoid the DOCTYPE decl and yet declare my entities?

Thanks!

Claudio






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/rng-users/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to