blob: 877af219f95205ccc9d5a4e2a64fe47cd429f617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE invitation SYSTEM "invitation2.dtd">
<invitation to="Anna, Bernard, Didier, Johanna"
date="Next Friday Evening at 8 pm"
where="The Web Cafe"
why="My first XML baby"
signature="Michel"
>
<par>
I would like to invite you all to celebrate
the birth of <emph>Invitation</emph>, my
first XML document child.
</par>
<par>
Please do your best to come and join me next Friday
evening. And, do not forget to bring your friends.
</par>
<par>
I <emph>really</emph> look forward to see you soon!
</par>
</invitation>
|