12345678910111213 |
- { 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.
|