1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ This unit is only used to edit fcl-xml with lazarus }
unit buildfclxml;
interface
uses
htmldefs, sax, xmlutils, dom, sax_html, dom_html, xmlcfg, xmlread,
xmlstreaming, xmlwrite, xhtml, htmwrite, xpath, htmlelements, htmlwriter,
xmlconf, sax_xml;
implementation
end.
|