From 8bca02b3a126e41dd394c38db44bb305340d9f9c Mon Sep 17 00:00:00 2001 From: Jan Kleinert Date: Thu, 1 Mar 2018 14:06:38 +0100 Subject: [PATCH] Minor changes to the Description text --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 6904d1b..9fe53b2 100644 --- a/Readme.md +++ b/Readme.md @@ -8,8 +8,7 @@ Build-Status: [![Build Status](https://travis-ci.org/DLR-SC/tixi.svg?branch=mast - Wiki: https://github.com/DLR-SC/tixi/wiki ## 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 simplified XML processing library can be directly integrated into a code by third party software or can be used to create a new application from people who don't want to deal with the complexity of XML. 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 C API and the API for Fortran provide the same functionally to the programmer. 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. +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: