Difference between revisions of "Applications/Expat"
From HPC
m |
m (→Usage Examples) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Application Details== | ==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 | + | * 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. |
− | discovers in the document. | ||
* Version: 2.2.0 (gcc) | * Version: 2.2.0 (gcc) | ||
* Modules: expat/gcc/2.2.0 | * Modules: expat/gcc/2.2.0 | ||
Line 12: | Line 11: | ||
This provides the binary '''xmlwf''', with the library '''libexpat''' and '''expat.h''' includes for the C library API. | This provides the binary '''xmlwf''', with the library '''libexpat''' and '''expat.h''' includes for the C library API. | ||
− | |||
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | <pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | ||
Line 18: | Line 16: | ||
[username@login]$ xmlwf -- -myfile.xml | [username@login]$ xmlwf -- -myfile.xml | ||
</pre> | </pre> | ||
− | |||
− | |||
==Further Information== | ==Further Information== | ||
Line 26: | Line 22: | ||
* [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}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 11:41, 22 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