Difference between revisions of "Xerces"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|xerces}} |{{#vardefine:url|http://xerces.apache.org/#xerces-c}} <!--CONFIGUR...")
 
m (Text replacement - "#uppercase" to "uc")
 
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 21:29, 6 December 2019

Description

xerces website  

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. Xerces-C++ is faithful to the XML 1.0 and 1.1 recommendations and many associated standards.

Environment Modules

Run module spider xerces to find out what environment modules are available for this application.

System Variables

  • HPC_XERCES_DIR - installation directory
  • HPC_XERCES_BIN - executable directory
  • HPC_XERCES_LIB - library directory
  • HPC_XERCES_INC - include directory