Difference between revisions of "Applications/Expat"

From HPC
Jump to: navigation , search
m
m (Further Information)
Line 26: Line 26:
 
* [http://www.tutorialspoint.com/unix_commands/xmlwf.htm http://www.tutorialspoint.com/unix_commands/xmlwf.htm]
 
* [http://www.tutorialspoint.com/unix_commands/xmlwf.htm http://www.tutorialspoint.com/unix_commands/xmlwf.htm]
  
{|
+
{{Librariespagenav}}
|style="width:5%; border-width: 0" | [[File:icon_home.png]]
 
|style="width:95%; border-width: 0" |
 
* [[Main_Page|Home]]
 
* [[Applications|Application support]]
 
* [[General|General]]
 
* [[Training|Training]]
 
* [[Programming|Programming support]]
 
|-
 
|}
 

Revision as of 11:05, 16 November 2022

Application Details

  • Description: This is James Clark's Expat XML parser library in C. It is a stream oriented parser that requires setting handlers to deal with the structure that the parser

discovers in the document.

  • Version: 2.2.0 (gcc)
  • Modules: expat/gcc/2.2.0
  • Licence: Github, open-source

Usage Examples

This provides the binary xmlwf, with the library libexpat and expat.h includes for the C library API.


[username@login]$  module add expat/gcc/2.2.0
[username@login]$  xmlwf -- -myfile.xml


Further Information





Libraries | Main Page | Further Topics