<!-- XML Specification + SVG + Ruby DTD ............................ -->

<!-- SVG elements are prefixed to avoid name clash with XMLspec .... -->
<!ENTITY % SVG.prefixed "INCLUDE" >
<!ENTITY % SVG.prefix "svg" >

<!ENTITY % local.annot.class   "|ruby" >
<!ENTITY % local.illus.class   "|&#37;SVG.svg.qname;">

<!-- Include SVG 1.1 DTD  .......................................... -->
<!ENTITY % svg.dtd
     PUBLIC "-//W3C//DTD SVG 1.1//EN"
            "svg/svg11.dtd" >
%svg.dtd;

<!-- Include XML Specification DTD ................................. -->
<!ENTITY % xmlspec
    PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec-v21.dtd" >
%xmlspec;

<!-- Include Ruby Module ........................................... -->

<!ENTITY % Ruby.common.attlists "INCLUDE" >
<!ENTITY % Ruby.common.attrib   "%common.att;" >

<!ENTITY % xhtml-ruby.mod
     PUBLIC "-//W3C//ELEMENTS XHTML Ruby 1.0//EN" "xhtml-ruby-1.mod" >
%xhtml-ruby.mod;
