styx-xml for Debian
-------------------

While upstream installs a shared library libdxml.so providing XML
support based on styx's own tree traversal functions, we use the
XML/DTD parser to give a full blown example for application
development with styx.

In order to build the example application, install prerequisite
packages using

  apt-get install styx libcurl2-dev

automatically drawing in dependent packages libdstyx, libxstyx and
libcurl2 if they are not yet installed.

  # Copy the example to your working directory
  tar cf - -C /usr/share/doc/styx-doc/examples styx-xml | tar xf -
  cd styx-xml
  # Unpack compressed files
  gzip -d $(find . -name \*.gz)
  # As with other styx examples, the mx script builds the application
  sh mx

 -- Bernd S. Brentrup <bsb@debian.org>, Sat Jan 10 18:20:00 2004

