Skip to content

TiXI 2.2.4

Compare
Choose a tag to compare
@rainman110 rainman110 released this 05 Sep 14:56
· 230 commits to master since this release
  • General Changes:
    • Added XML namespace support
    • Added Makefile to build the MATLAB interface with mex
  • New Functions:
    • Functions to write elements with namespaces
      • tixiCreateElementNS
      • tixiCreateElementNSAtIndex
      • tixiAddBooleanElementNS
      • tixiAddDoubleElementNS
      • tixiAddIntegerElementNS
      • tixiAddTextElementNS
      • tixiAddTextElementNSAtIndex
    • Funtions for namespace modifications
      • tixiSetElementNamespace
      • tixiDeclareNamespace
    • Functions to register namespaces
      • tixiRegisterNamespace
      • tixiRegisterNamespacesFromDocument
  • Fixes:
    • Fixed hard-coded libraries in CMake config scripts