package.html 666 B

123456789101112131415161718192021
  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-transitional.dtd">
  4. <html><head><title> org.brownell.xml package </title> </head>
  5. <!--
  6. /*
  7. * Copyright (C) 1999,2000 The Free Software Foundation, Inc.
  8. */
  9. -->
  10. <body>
  11. <p> This package contains XML utilities, including SAX2 XML writers
  12. and a parser of DOM trees, plus a command line driver.
  13. That <a href="DoParse.html">driver</a>
  14. connects parsers simple processing pipelines.
  15. It can be handy for command line validation or
  16. transformation tasks, possibly in batch mode,
  17. or within Makefiles. </p>
  18. </body></html>