Difference between revisions of "fcl-xml"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
 
= Units =
 
= Units =
  
Line 17: Line 16:
 
|[[htmlwriter]]||  -  || Implements a verified HTML producer.
 
|[[htmlwriter]]||  -  || Implements a verified HTML producer.
 
|----
 
|----
|[[htmwrite]]||  -  ||
+
|[[htmwrite]]||  -  ||  
 
|----
 
|----
 
|[[sax]]||  -  ||
 
|[[sax]]||  -  ||
Line 33: Line 32:
 
|[[xmliconv]]||  -  ||  Registers an any-to-UTF-16 decoder based on libiconv ([[iconvenc]] package)
 
|[[xmliconv]]||  -  ||  Registers an any-to-UTF-16 decoder based on libiconv ([[iconvenc]] package)
 
|----
 
|----
|[[xmliconv_windows]]||  -  ||  Registers an any-to-UTF-16 decoder based on libiconv ([[iconvenc]] package), Windows version. (still uses iconv!)
+
|[[xmliconv_windows]]||  -  ||  Registers an any-to-UTF-16 decoder based on libiconv (windows dependant iconv header), Windows version. (still uses iconv!)
 
|----
 
|----
 
|[[xmlread]]||  -  || Provides an XML reader, which can read XML data from a file or stream.
 
|[[xmlread]]||  -  || Provides an XML reader, which can read XML data from a file or stream.

Revision as of 15:22, 28 March 2009

Units

Unit unit group comment
dom - Implements most of the DOM level 1 specification and supports some of the DOM level 2 extensions.
dom_html -
htmldefs - Contains basic HTML declarations.
htmlelements - Implements a DOM for HTML content. Contains a TDOMElement descendent for all valid HTML 4.1 tags.
htmlwriter - Implements a verified HTML producer.
htmwrite -
sax -
sax_html -
sax_xml -
xhtml -
xmlcfg -
xmlconf -
xmliconv - Registers an any-to-UTF-16 decoder based on libiconv (iconvenc package)
xmliconv_windows - Registers an any-to-UTF-16 decoder based on libiconv (windows dependant iconv header), Windows version. (still uses iconv!)
xmlread - Provides an XML reader, which can read XML data from a file or stream.
xmlstreaming -
xmlutils -
xmlwrite - Writes a DOM structure as XML data into a file or stream. It can deal both with XML files and XML fragments.
xpath - Just a XPath implementation. Should be fairly completed, but there hasn't been further development recently.

Include files

include file comment
names.inc
tagsimpl.inc
tagsintf.inc contains all possible tags for htmlelements
wtagsimpl.inc
wtagsintf.inc contains all possible tags for htmlwriter

Go to back Packages List