This is doctype.egg.info, produced by makeinfo version 4.7 from
eggdoc-output.texi.

INFO-DIR-SECTION The Algorithmic Language Scheme
START-INFO-DIR-ENTRY
* doctype.egg: (doctype.egg).		Provides XML doctypes as strings
END-INFO-DIR-ENTRY


File: doctype.egg.info,  Node: Top,  Next: About this egg,  Up: (dir)

doctype egg
***********

Provides XML doctypes
(http://htmlhelp.com/tools/validator/doctype.html) as strings

Written by Zbigniew (http://3e8.org/zb)

   This manual corresponds to version 1.1 of the doctype extension
library for Chicken Scheme.

* Menu:

* About this egg::
* Documentation::
* Examples::
* License::
* Index::


File: doctype.egg.info,  Node: About this egg,  Next: Documentation,  Prev: Top,  Up: Top

1 About this egg
****************

* Menu:

* Version history::
* Usage::


File: doctype.egg.info,  Node: Version history,  Next: Usage,  Up: About this egg

1.1 Version history
===================

`1.1'
     Fix typo in html-4.01-transitional

`1.0'
     Initial release


File: doctype.egg.info,  Node: Usage,  Prev: Version history,  Up: About this egg

1.2 Usage
=========

Load this egg like so:

   `(require-extension doctype)'


File: doctype.egg.info,  Node: Documentation,  Next: Examples,  Prev: About this egg,  Up: Top

2 Documentation
***************

Exports strings corresponding to standard XML (XHTML, HTML) doctypes.

 -- string: doctype:xhtml-1.0-strict
 -- string: doctype:html-4.01-strict
 -- string: doctype:xhtml-1.0-transitional
 -- string: doctype:html-4.01-transitional
 -- string: doctype:xhtml-1.0-frameset
 -- string: doctype:html-4.01-frameset
 -- string: doctype:html-3.2
 -- string: doctype:html-2.0


File: doctype.egg.info,  Node: Examples,  Next: License,  Prev: Documentation,  Up: Top

3 Examples
**********


#;1> (use doctype)
#;2> (print doctype:xhtml-1.0-strict)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


File: doctype.egg.info,  Node: License,  Next: Index,  Prev: Examples,  Up: Top

4 License
*********

Public domain.


File: doctype.egg.info,  Node: Index,  Prev: License,  Up: Top

Index
*****

 [index ]
* Menu:

* doctype:html-2.0:                      Documentation.        (line 16)
* doctype:html-3.2:                      Documentation.        (line 15)
* doctype:html-4.01-frameset:            Documentation.        (line 14)
* doctype:html-4.01-strict:              Documentation.        (line 10)
* doctype:html-4.01-transitional:        Documentation.        (line 12)
* doctype:xhtml-1.0-frameset:            Documentation.        (line 13)
* doctype:xhtml-1.0-strict:              Documentation.        (line  9)
* doctype:xhtml-1.0-transitional:        Documentation.        (line 11)



Tag Table:
Node: Top239
Node: About this egg641
Node: Version history809
Node: Usage1010
Node: Documentation1174
Node: Examples1673
Node: License1961
Node: Index2081

End Tag Table
