blob: 12d77f36438673ca8b887bdf7590e609c4562600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\documentclass{article}\usepackage{url}\begin{document}
You can of course buy and install a fully-fledged commercial XML
editor with XSLT support, and run this application within it. However, this
is beyond the reach of many users, so to do this unaided you just need to
install three pieces of software: \emph{Java}\footnote{\url{http://java.sun.com/j2se/1.4.2/download.html}},
\emph{Saxon}\footnote{\url{http://saxon.sourceforge.net}}, and
the DocBook 4.2 DTD\footnote{\url{http://www.docbook.org/xml/4.2/index.html}}
(URIs are correct at the time of writing). None of these has a visual
interface: they are run from the command-line in the same way as is possible
with \LaTeX.
\end{document}
|