Skip to main content

xerces-c: validating XML parser in C++

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: xerces-c
Description: validating XML parser in C++
For more information: https://xerces.apache.org/xerces-c
Categories:
License: OpenSource (Apache v2)

General usage information

Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs

This module will add the various Xerces commands (DOMCount, MemParse, etc) to your path.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package xerces-c, by cluster

This section lists the available versions of the package xerces-con the different clusters.

Available versions of xerces-c on the Zaratab cluster

Available versions of xerces-c on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
3.2.2 xerces-c/3.2.2 zen Y
3.2.3 xerces-c/3.2.3 zen2 Y
3.2.4 xerces-c/3.2.4 icelake, x86_64, zen2 Y






Back to Top