xhtml-base.rnc 121 B

123456
  1. # Base Module
  2. base = element base { base.attlist }
  3. base.attlist = attribute href { URI.datatype }
  4. head.content &= base?