jacquard 1.10.0 by The Web Engineering Factory and Toolworks

Package uk.co.weft.xhtmlgen

A utility package to assist in the generation of XHTML documents.

See:
          Description

Class Summary
ClassGenerator DOCUMENT ME!
ImgListItemGenerator DOCUMENT ME!
InvariantAttributeGenerator DOCUMENT ME!
InvariantGenerator A generator which always (modulo i18n changes) generates the same thing, irrespective of the context
LabelledValueGenerator DOCUMENT ME!
ListGenerator DOCUMENT ME!
ListItemGenerator Generate an item to live within a ListGenerator.
XHTMLDocumentGenerator A generator which generates an XHTML document.
 

Package uk.co.weft.xhtmlgen Description

A utility package to assist in the generation of XHTML documents.

  • Introduction
  • Dependencies
  • Copyright and Licence
  • Introduction

    Even when generating documents which are intended to be transformed, it is often convenient to generate XHTML. The untransformed document is easy to view, and - provided there is no obvious XML dialect to use - XHTML is just as easy to transform using XSL as any otehr XML dialect. This package supports the generation of XHTML documents which, while not strictly valid (some elements will have some none-standard attributes), are easy to transform.

    Dependencies

    xhtmlgen depends on domutil and dbutil, q.v. It has no other dependencies than those required by domutil and dbutil.

    Copyright and License

    The following is the whole of your license and warranty to use this package:

    [Note: this is the 'BSD License' as endorsed by OpenSource.org.]

    Copyright (c) 1998,1999, Simon Brooke. All rights reserved.

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SIMON BROOKE OR OTHER CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




    jacquard 1.10.0 by The Web Engineering Factory and Toolworks