mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 18:43:42 +02:00
14 lines
298 B
ObjectPascal
14 lines
298 B
ObjectPascal
{ 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.
|