diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-web-companion/xml/invitation.xml')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-web-companion/xml/invitation.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-web-companion/xml/invitation.xml b/Master/texmf-doc/doc/english/latex-web-companion/xml/invitation.xml new file mode 100644 index 00000000000..3209a96b3bd --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-web-companion/xml/invitation.xml @@ -0,0 +1,30 @@ +<?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> |