mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
This directory contains sample files for running the XML parser.
Build the parser in the extras/xml directory, i.e. our parent directory,
with
mmake tryit.depend
mmake tryit
You can then test the parser in the extras/xml/samples directory,
i.e. this directory, with:
../tryit newsarticles.xml
The files in this directory are:
README This file.
catalog A catalog file.
newsarticles.dtd A sample news article DTD file.
newsarticles.xml A sample news article XML 1.0 file.