~ubuntu-branches/debian/wheezy/jing-trang/wheezy

« back to all changes in this revision

Viewing changes to xhtml/modules/meta.rng

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2009-09-01 15:53:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090901155303-2kweef05h5v9j3ni
Tags: upstream-20090818
ImportĀ upstreamĀ versionĀ 20090818

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!-- Meta Module -->
 
3
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
 
4
 
 
5
<define name="meta">
 
6
  <element name="meta">
 
7
    <ref name="meta.attlist"/>
 
8
  </element>
 
9
</define>
 
10
 
 
11
<define name="meta.attlist">
 
12
  <ref name="I18n.attrib"/>
 
13
  <optional>
 
14
    <attribute name="http-equiv">
 
15
      <ref name="NMTOKEN.datatype"/>
 
16
    </attribute>
 
17
  </optional>
 
18
  <optional>
 
19
    <attribute name="name">
 
20
      <ref name="NMTOKEN.datatype"/>
 
21
    </attribute>
 
22
  </optional>
 
23
  <optional>
 
24
    <attribute name="content"/>
 
25
  </optional>
 
26
  <optional>
 
27
    <attribute name="scheme"/>
 
28
  </optional>
 
29
</define>
 
30
 
 
31
<define name="head.content" combine="interleave">
 
32
  <zeroOrMore>
 
33
    <ref name="meta"/>
 
34
  </zeroOrMore>
 
35
</define>
 
36
 
 
37
</grammar>
 
 
b'\\ No newline at end of file'