diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml b/Master/texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml new file mode 100644 index 00000000000..2153fc3dc82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<!DOCTYPE invitation SYSTEM "invitation.dtd"> +<invitation> +<!-- ++++ The header part of the document ++++ --> +<front> +<to>Anna, Bernard, Didier, Johanna</to> +<date>Next Friday Evening at 8 pm</date> +<where>The Web Cafe</where> +<why>My first XML baby</why> +</front> +<!-- +++++ The main part of the document +++++ --> +<body> +<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> +</body> +<!-- +++ The closing part of the document ++++ --> +<back> +<signature>Michel</signature> +</back> +</invitation> |