summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/xml/README.ch6
blob: 4bdbb3df6f97923a4628494a1dc6358cd5fde84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source files for examples in Chapter 6 of the LaTeX Web Companion

catalog            catalog file for nsgmls
xml.dcl            SGML declaration for XML spec

invitation.xml     XML source introduced in Section 6.4.2.2
invitation.dtd     DTD source introduced in Section 6.4.3
emptyexample.xml   XML source introduced in Section 6.5.5
wrong.xml          XML source introduced in Section 6.6.5.5

Important remark:

To run the examples with nsgmls, you should first set the
environment variable SGML_CATALOG_FILES to the value catalog,
for instance in the Bourne shell 

SGML_CATALOG_FILES=catalog
export SGML_CATALOG_FILES

or in the C shell

setenv SGML_CATALOG_FILES catalog

Then you can type (if you have installed nsgmls)

nsgmls invitation.xml