~ubuntu-branches/ubuntu/trusty/gnome-doc-utils/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/mallard/es/mal_table_col.page

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-23 15:55:38 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223155538-odq0bbr5tl0p2lpv
Tags: 0.19.5-0ubuntu1
* New upstream release:
  - Updated the Mallard RNG schema (Shaun McCance)
  - Bold userinput inside programlisting (Shaun McCance)
  - Updated translations
* debian/control.in:
  - bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="mal_table_col">
3
 
 
4
 
<info>
5
 
  <link type="guide" xref="mal_block#tables"/>
6
 
</info>
7
 
 
8
 
<title>Columns and Column Groups</title>
9
 
 
10
 
<synopsis><code mime="application/relax-ng-compact-syntax">
11
 
mal_table_col = element col {
12
 
  attribute style { xsd:NMTOKENS } ?,
13
 
  attribute * - (mal:* | local:*) { text } *
14
 
}
15
 
mal_table_colgroup = element colgroup {
16
 
  attribute style { xsd:NMTOKENS } ?,
17
 
  attribute * - (mal:* | local:*) { text } *,
18
 
 
19
 
  mal_table_col *
20
 
}
21
 
</code></synopsis>
22
 
 
23
 
</page>