EnglishFrenchSpanish

Ad


OnWorks favicon

DtdToHaskell - Online in the Cloud

Run DtdToHaskell in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command DtdToHaskell that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


DtdToHaskell - a XML DTD to Haskell translator

SYNOPSIS


DtdToHaskell [ dtdfile [ outfile ]]

Missing file arguments or dashes (-) indicate standard input or output respectively.

DESCRIPTION


DtdToHaskell is a tool for translating any valid XML DTD into equivalent Haskell types.
This allows you to generate, edit, and transform documents as normal typed values in
programs, and to read and write them as human-readable XML documents. It uses the
Text.XML.HaXml.XmlContent class as a framework for printing and parsing.

DtdToHaskell reads and parses a DTD from dtdfile (which may be either just a DTD, or a
full XML document containing an internal DTD). It generates into outfile a Haskell module
containing a collection of type definitions plus some class instance declarations for I/O.

In order to use the resulting module, you need to import it, and also to import
Text.XML.HaXml.XmlContent. To read and write XML files as values of the declared types,
use some of the convenience functions from XmlContent.

You will need to study the automatically-generated type declarations to write your own
code using them - but most things have pretty obvious parallels to the DTD structure.

LIMITATIONS


The generated Haskell contains references to types like OneOf3 where there is a choice
between n (in this case 3) different tags. Currently, the module Text.XML.HaXml.OneOfN
defines these types up to n=20. If your DTD requires larger choices, then use the tool
MkOneOf to generate the extra size or range of sizes you need.

We mangle tag names and attribute names to ensure that they have the correct lexical form
in Haskell, but this means that (for instance) we can't distinguish Myname and myname,
which are different names in XML but translate to overlapping types in Haskell (and hence
probably won't compile).

Attribute names translate into named fields: but because Haskell doesn't allow different
types to have the same named field, this means your XML document which uses the same name
for similar attributes on different tags would crash and burn. We have fixed this by
incorporating the tagname into the named field in addition to the attribute name, e.g.
tagAttr instead of just attr. Uglier, but more portable.

XML namespaces. Currently, we just mangle the namespace identifier into any tag name
which uses it. Probably the right way to do it is to regard the namespace as a separate
imported module, and hence translate the namespace prefix into a module qualifier. Does
this sound about right? (It isn't implemented yet.)

External subset. Since HaXml release 1.00, we support the XML DTD external subset. This
means we can read and parse a whole bunch of files as part of the same DTD, and we respect
INCLUDE and IGNORE conditional sections. The sub-DTD files must be available locally - we
don't go looking for them on the web.

There are some fringe parts of the DTD we are not entirely sure about, such as Tokenised
Types and Notation Types. In particular, there is no validity checking of these external
references. If you find a problem, mail us:
Malcolm.Wallace@cs.york.ac.uk

COPYRIGHT


The HaXml library and tools were written by and are copyright to
Copyright © 1998 – 2006 Malcolm Wallace and Colin Runciman

The library incorporates the module Text.ParserCombinators.HuttonMeijerWallace
Copyright © 1996 Graham Hutton and Erik Meijer

with modifications
Copyright © 1998 – 2000 Malcolm Wallace

and may also use or incorporate the module Text.PrettyPrint.HughesPJ
Copyright © 1996 – 1997 John Hughes and Simon Peyton Jones

The HaXml library is licensed under the terms of the GNU Lesser General Public Licence
(LGPL), with the following special exception:

As a relaxation of clause 6 of the LGPL, the copyright holders of this library give
permission to use, copy, link, modify, and distribute, binary-only object-code
versions of an executable linked with the Library, without requiring the supply of
any mechanism to modify or replace the Library and relink (clauses 6a, 6b, 6c, 6d,
6e), provided that all the other terms of clause 6 are complied with.

The HaXml tools Xtract, Validate, DtdToHaskell, and MkOneOf, are licensed under the terms
of the GNU General Public Licence (GPL).

This library and toolset is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Licences for more details.

Use DtdToHaskell online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 2
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 3
    garlic3
    garlic3
    Gambas3* coding tools and examples for
    use in SMB or other organizations that
    make internal programs. E.g. from
    database fields to class sourcecode with
    DbInfo...
    Download garlic3
  • 4
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 5
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 6
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 7
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • More »

Linux commands

Ad