TiXI
3.1.1
|
Fixes:
tixiGetDoubleElement
and tixiGetIntegerElement
and elements with trailing whitespace.API Changes:
Deprecated all array functions. These are
tixiGetArray
tixiGetArrayDimensionNames
tixiGetArrayDimensions
tixiGetArrayDimensionSizes
tixiGetArrayDimensionValues
tixiGetArrayElementCount
tixiGetArrayElementNames
tixiGetArrayParameterNames
tixiGetArrayParameters
tixiGetArrayValue
These functions will be removed in TiXI 3.3.0!
tixiGetDoubleElement
and tixiGetIntegerElement
now return the error code NO_NUMBER
, if the element is not a number. Before, TiXI returned '0' as a number without error.tixiGetFloatVector
and tixiGetVectorSize
do not check for mapType="vector"
anymore.General Changes:
tixiSchemaValidateFromFile
, tixiSchemaValidateWithDefaultsFromFile
and tixiSchemaValidateFromString
now show line numbers of the error in the xml file.New Functions:
tixiRemoveExternalLinks
to remove links to external files to improve validation of xml files.Fixes:
tixiAddFloatVector
tixiGetTextElement
General Changes:
-DBUILD_SHARED_LIBS=ON
has to be passed to cmake.tixiXPathExpressionGetXPath
and tixiXPathEvaluateNodeNumber
to speed up queries on large files.New Functions:
tixiSwapElements
allows to exchange two xml elements.Fixes:
tixiGetChildNodeName
to returns also the namespace prefix.New Functions:
General Changes:
New Functions:
Fixes:
General Changes:
Fixes:
tixiUIDCheckExists
if a uID is duplicatetixiUIDCheckExists
General Changes:
New Functions:
- tixiCreateElementNS - tixiCreateElementNSAtIndex - tixiAddBooleanElementNS - tixiAddDoubleElementNS - tixiAddIntegerElementNS - tixiAddTextElementNS - tixiAddTextElementNSAtIndex
- tixiSetElementNamespace - tixiDeclareNamespace
- tixiRegisterNamespace - tixiRegisterNamespacesFromDocument
Fixes:
General Changes:
General Changes:
Fixes:
API Changes:
New Functions:
General Changes:
New Functions:
Fixes:
General Changes:
API Changes:
New Functions:
Fixes:
General Changes:
API Changes:
New Functions:
Fixes:
New Functions:
-Changes:
Fixes:
New Functions:
New Functions:
Fixes: