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

« back to all changes in this revision

Viewing changes to tests/docbook/dtd/3.1.7/tblcals.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
 
<?xml version='1.0'?>
2
 
<!DOCTYPE article SYSTEM "dbtblcals.dtd">
3
 
<article><title>Table Test</title>
4
 
 
5
 
<!-- This table is valid in both models; this is just to exercise the DTD. -->
6
 
 
7
 
<informaltable id="foo" role="test">
8
 
<tgroup cols="1">
9
 
<tbody>
10
 
<row>
11
 
<entry>foo</entry></row>
12
 
<row><entry>bar</entry></row>
13
 
</tbody>
14
 
</tgroup>
15
 
</informaltable>
16
 
 
17
 
<table id="bar" role="test"><title>bar</title>
18
 
<tgroup cols="1">
19
 
<tbody>
20
 
<row><entry>bar</entry></row>
21
 
</tbody>
22
 
</tgroup>
23
 
</table>
24
 
 
25
 
</article>
26
 
 
 
1
<?xml version='1.0'?>
 
2
<!DOCTYPE article SYSTEM "dbtblcals.dtd">
 
3
<article><title>Table Test</title>
 
4
 
 
5
<!-- This table is valid in both models; this is just to exercise the DTD. -->
 
6
 
 
7
<informaltable id="foo" role="test">
 
8
<tgroup cols="1">
 
9
<tbody>
 
10
<row>
 
11
<entry>foo</entry></row>
 
12
<row><entry>bar</entry></row>
 
13
</tbody>
 
14
</tgroup>
 
15
</informaltable>
 
16
 
 
17
<table id="bar" role="test"><title>bar</title>
 
18
<tgroup cols="1">
 
19
<tbody>
 
20
<row><entry>bar</entry></row>
 
21
</tbody>
 
22
</tgroup>
 
23
</table>
 
24
 
 
25
</article>
 
26