tixi icon indicating copy to clipboard operation
tixi copied to clipboard

A simple XML interface library

Results 14 tixi issues
Sort by recently updated
recently updated
newest added

```c TEST_F(TxUtilsTest, test_tixiXpath_by_attribute_relations) { TixiDocumentHandle h = -1; ASSERT_EQ(SUCCESS, tixiCreateDocument("root", &h)); ASSERT_EQ(SUCCESS, tixiCreateElement(h, "/root", "child")); ASSERT_EQ(SUCCESS, tixiCreateElement(h, "/root", "child")); ASSERT_EQ(SUCCESS, tixiCreateElement(h, "/root", "child")); ASSERT_EQ(SUCCESS, tixiCreateElement(h, "/root", "child")); ASSERT_EQ(SUCCESS, tixiAddTextAttribute(h, "/root/child[1]",...

- if an attribute is of type `xsd:ID` - if a node has an xsd:restriction with a regex regexp including "^", and/or "$" oder "\d" (has to be replace by...

I recently had the issue that I couldn't share some of our tools that have a dependency on tixi with partners that have no access to Anaconda (mandated by their...

I need to run code which requires tixi in a GitLab pipeline. I would rather not use a conda environment in that pipeline. I'm installing tixi in the pipeline as...