From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/doc/examples/examples.xsl | 174 +++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 libxml2-2.9.10/doc/examples/examples.xsl (limited to 'libxml2-2.9.10/doc/examples/examples.xsl') diff --git a/libxml2-2.9.10/doc/examples/examples.xsl b/libxml2-2.9.10/doc/examples/examples.xsl new file mode 100644 index 0000000..bc93a3d --- /dev/null +++ b/libxml2-2.9.10/doc/examples/examples.xsl @@ -0,0 +1,174 @@ + + + + + + ../ + Examples Menu + + +
+ + +
+ +
+ + + + +
  • +
    + + + + + +
  • line : Type from
  • +
    + + + + + +
  • line : Function from
  • +
    + + + + + +
  • line : Macro from
  • +
    + + + +

    :

    +

    +

    Includes:

    +
      + + + +
    +

    Uses:

    +
      + + + + +
    +

    Usage:

    +

    +

    Author:

    +
    + + +
  • :

    +
      + + + +
    • :
    • +
      +
    +
  • +
    + + +

    The examples are stored per section depending on the main focus + of the example:

    +
      + + + + +
    +

    Getting the compilation options and libraries dependencies needed +to generate binaries from the examples is best done on Linux/Unix by using +the xml2-config script which should have been installed as part of make +install step or when installing the libxml2 development package:

    +
    gcc -o example `xml2-config --cflags` example.c `xml2-config --libs`
    +
    + + + + +

    Examples

    + +
    +
    + + + Libxml2 set of examples + + + + + + + + + + + + + + + + +
    + + + + + +
    + + + + + + +
    + + + + +
    + + + + +
    + + +

    Daniel Veillard

    +
    +
    +
    +
    +
    + + +
    +
    + +
    -- cgit v1.2.3