summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/pxhtml.rng
blob: 721c22c0da29ea747c72ade094e17bc6533fa7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!--
  XHTML for paragraphs in OMDoc 
  this is a subset of the xhtml RelaxNG schema for XHTML we use it for paragraphs in OMDoc1.3
-->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
  <include href="xhtml-datatypes.rng"/>
  <include href="xhtml-attribs.rng"/>
  <include href="xhtml-text.rng"/>
  <include href="xhtml-hypertext.rng"/>
  <include href="xhtml-list.rng"/>
  <include href="xhtml-image.rng"/>
  <include href="xhtml-param.rng"/>
  <include href="xhtml-object.rng"/>
  <include href="xhtml-bdo.rng"/>
  <include href="xhtml-applet.rng"/>
  <include href="xhtml-table.rng"/>
  <include href="xhtml-inlstyle.rng"/>
</grammar>