buildfclxml.pp 298 B

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