SkillAgentSearch skills...

Tixi

A simple XML interface library

Install / Use

/learn @DLR-SC/Tixi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TiXI

CI

  • Binary Downloads: https://github.com/DLR-SC/tixi/wiki/Downloads
  • API Documentation: http://dlr-sc.github.io/tixi/
  • Issue Tracker: https://github.com/DLR-SC/tixi/issues
  • Wiki: https://github.com/DLR-SC/tixi/wiki

Installation

Description

TiXI is a fast and simple XML interface library and could be used from applications written in C, C++, Fortran, JAVA and Python. The library can be directly integrated into a code by third party software or can be used by users who don't want to deal with the complexity of XML when creating a new application. Although simplified and somewhat restricted compared to a full-fledged XML processing library the user can, for example, create documents, create and delete nodes, and add and remove element attributes. Routines to read and write simple text nodes and additionally specialized nodes holding integer and floating point numbers are part of this API. Furthermore, routines to process aggregates of these simple types have been implemented. For the processing of geometric data, reading and writing of multidimensional arrays or arrays of vectors, i.e. coordinates of points are supported. The library has been designed to hide the implementation details so that the underlying XML library, currently libxml2, can be replaced by another one without changing the XML processing API in the applications.

Reading a text attribute could be as easy as:

tixiGetTextAttribute( handle, elementPath, attributeName, &attributeValue );

Getting a double value would look like this:

tixiGetDoubleElement( handle, elementPath, &x );

Multi Language Support

The TIXI library is written in C, but there are interfaces and wrappers for C++, Fortran, Python, JAVA and Matlab. Take a look at our examples for C and Fortran.

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated5d ago
Forks17

Languages

C++

Security Score

90/100

Audited on Mar 27, 2026

No findings