~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/html/xml/pod.xml

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<pod>
 
2
<head1>HEAD1</head1>
 
3
some text under HEAD1
 
4
 
 
5
<head2>HEAD2</head2>
 
6
some text under HEAD2
 
7
 
 
8
<head3>HEAD3</head3>
 
9
some text under HEAD3
 
10
 
 
11
format <B>bold</B> <CODE>code</CODE> <I>italic</I> <U>underline</U>
 
12
 
 
13
<list>
 
14
<item>first item</item>
 
15
text 1
 
16
 
 
17
<item>second item</item>
 
18
text 2
 
19
 
 
20
</list>
 
21
 
 
22
<list>
 
23
<bulletitem>first item</bulletitem>
 
24
text 1
 
25
 
 
26
<bulletitem>second item</bulletitem>
 
27
text 2
 
28
 
 
29
</list>
 
30
 
 
31
</pod>
 
32