summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-inlstyle.rng
blob: 887146be00c4a5f447d81e65a26a2471015d830f (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
  <!-- Inline Style Module -->
  <define name="Core.attrib" combine="interleave">
    <optional>
      <attribute name="style"/>
    </optional>
  </define>
</grammar>