File: data.res

package info (click to toggle)
xmlformat 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,012 kB
  • sloc: xml: 2,289; perl: 996; ruby: 831; makefile: 109; sh: 65
file content (29 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
Format with an empty configuration file to see the effect of
using the built-in defaults.  The defaults are suitable for
data-oriented XML documents (shown by the <table> below),
but less so for mixed-mode content (shown by the <para> below).
For mixed-mode content, no newlines are added around text,
so sub-elements don't begin new lines the way they do for
data-oriented content.
-->
<root>
 <table>
  <row>
   <cell>1-1</cell>
   <cell>1-2</cell>
  </row>
  <row>
   <cell>2-1</cell>
   <cell>2-2</cell>
  </row>
  <row>
   <cell>3-1</cell>
   <cell>3-2</cell>
  </row>
 </table>
 <para>
This is a paragraph with <literal>literal</literal>
text and <emphasis>emphasized</emphasis> text.
</para>
</root>