NekoHTML Readme
===============
Building
--------
You can build NekoHTML by typing the following command:
> ant (target ...)
The default target will build the entire package.
To build NekoHTML, you need Ant and Xerces2. Place the Xerces jar
files in the lib/ directory.
Documentation
-------------
The documentation for NekoHTML is located at the following URL:
doc/index.html
Contact I
more»
The "canonical" output of the files in this directory are
a modified NSGMLS format, as described below. Each piece
of information is conveyed on a separate line, encoded in
UTF-8.
startElement ::= '(' name
attribute ::= 'A' name ' ' value
endElement ::= ')' name
characters ::= '"' text
comment ::= '#' text
text ::= Unicode chars, with tab, carriage return, and
more»