DocBook XML. Learn how to install and use this publishing system. Write once in XML and produce
HTML,
PDF,
RTF,
JavaHelp and
Windows HTML Help,
more...
| | Author: Rijk Ravestein |
|
|
OpenResume XML. Write your multi-lingual resume in XML and produce HTML, PDF and RTF.
If your browser can handle XSL view the sample XML
and see how it is tranformed to HTML on the fly. Also, here are some pre-generated samples in English
(HTML,
PDF,
RTF)
and in Dutch
(HTML,
PDF,
RTF).
Download the XML Document Type Definition (DTD) and the XSL stylesheets.
The download also contains a makefile for automating the generation process with the Java tools
Saxon XSLT Processor, Apache
FOP
and XMLmind XFC,
and HTML Tidy. This
article about the DocBook DTD explains
how to setup a publishing system based on these tools.
OpenResume is Free Software published under the GNU General Public Licence.
© 2002 by Datraverse. Author: Rijk Ravestein
|
|
|
XMLmind is a full-fledged XML 1.0 editor featuring a word processor-like view (CSS2 styled).
Java | free | 2.4 M | download | Author: Pixware
|
|
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers
handlers for things the parser might find in the XML document..
OS Independent | MIT Licence | download | Author: James Clark.
|
|
|
miniXML Parser.
In the
January
2001 issue of Dr. Dobb's
Journal, Xerox researcher David
Cox presents a tree-based "miniXML" parser for XML
that is written in C++ using the Standard Template Library for
strings and various containers. The parser works with
canonical
XML, and is very fast, though limited to smaller XML documents.
The author concludes from his parser development experience,
narrated in the article, that canonical XML is useful, and that
small XML parsers embedded in applications can get a lot of work
done.
OS Independent | free |
sample
and
source
code | Author: David Cox.
|
|