~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to tests/docbook/dtd/simple/3.1.7.1/testcss.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2008-08-03 09:03:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080803090342-0gzx6fixj16lirxt
Tags: 1.1.24-2
libexslt/crypto.c: Apply upstream fix for CVE-2008-2935. Closes: #493162.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE article 
2
 
          PUBLIC "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN"
3
 
          "sdocbook.dtd">
4
 
<?xml-stylesheet href="sdocbook.css" type="text/css"?>
5
 
<article>
6
 
<title>foo</title>
7
 
<para>This is a pargraph</para>
8
 
<literallayout>
9
 
59 North Street
10
 
Belchertown, MA 01007
11
 
</literallayout>
12
 
<section><title>sect1</title>
13
 
<para>This is a paragraph.</para>
14
 
<section><title>sect2</title>
15
 
<para>This is a paragraph.</para>
16
 
<blockquote><para>This is a block quote.</para></blockquote>
17
 
<para>This is a paragraph.</para>
18
 
<section><title>sect3</title>
19
 
<para>This is a paragraph with a <citetitle>title citation</citetitle>,
20
 
a <command>command</command>, and some <computeroutput>computer output</computeroutput>.
21
 
</para>
22
 
<section><title>sect4</title>
23
 
<itemizedlist>
24
 
<listitem><para>this is a list item.</para></listitem>
25
 
<listitem><para>this is a list item.</para></listitem>
26
 
<listitem><para>this is a list item.</para></listitem>
27
 
</itemizedlist>
28
 
<section><title>sect5</title>
29
 
<orderedlist>
30
 
<listitem><para>this is a list item.</para></listitem>
31
 
<listitem><para>this is a list item.</para></listitem>
32
 
<listitem><para>this is a list item.</para></listitem>
33
 
</orderedlist>
34
 
<section><title>sect6</title>
35
 
 
36
 
<informaltable>
37
 
<tgroup cols="3">
38
 
<tbody>
39
 
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
40
 
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
41
 
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
42
 
</tbody>
43
 
</tgroup>
44
 
</informaltable>
45
 
 
46
 
</section>
47
 
</section>
48
 
</section>
49
 
</section>
50
 
</section>
51
 
</section>
52
 
</article>
 
1
<!DOCTYPE article 
 
2
          PUBLIC "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN"
 
3
          "sdocbook.dtd">
 
4
<?xml-stylesheet href="sdocbook.css" type="text/css"?>
 
5
<article>
 
6
<title>foo</title>
 
7
<para>This is a pargraph</para>
 
8
<literallayout>
 
9
59 North Street
 
10
Belchertown, MA 01007
 
11
</literallayout>
 
12
<section><title>sect1</title>
 
13
<para>This is a paragraph.</para>
 
14
<section><title>sect2</title>
 
15
<para>This is a paragraph.</para>
 
16
<blockquote><para>This is a block quote.</para></blockquote>
 
17
<para>This is a paragraph.</para>
 
18
<section><title>sect3</title>
 
19
<para>This is a paragraph with a <citetitle>title citation</citetitle>,
 
20
a <command>command</command>, and some <computeroutput>computer output</computeroutput>.
 
21
</para>
 
22
<section><title>sect4</title>
 
23
<itemizedlist>
 
24
<listitem><para>this is a list item.</para></listitem>
 
25
<listitem><para>this is a list item.</para></listitem>
 
26
<listitem><para>this is a list item.</para></listitem>
 
27
</itemizedlist>
 
28
<section><title>sect5</title>
 
29
<orderedlist>
 
30
<listitem><para>this is a list item.</para></listitem>
 
31
<listitem><para>this is a list item.</para></listitem>
 
32
<listitem><para>this is a list item.</para></listitem>
 
33
</orderedlist>
 
34
<section><title>sect6</title>
 
35
 
 
36
<informaltable>
 
37
<tgroup cols="3">
 
38
<tbody>
 
39
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
 
40
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
 
41
<row><entry>1</entry><entry>2</entry><entry>3</entry></row>
 
42
</tbody>
 
43
</tgroup>
 
44
</informaltable>
 
45
 
 
46
</section>
 
47
</section>
 
48
</section>
 
49
</section>
 
50
</section>
 
51
</section>
 
52
</article>