Philipp Schafft
|
2af9830c92
|
Feature: Added reportxml_database_build_fragment()
|
2020-10-14 10:45:00 +00:00 |
|
Philipp Schafft
|
1666b478a1
|
Update: Only set namespace for reportxml if not used for XSLT
|
2020-10-10 20:59:37 +00:00 |
|
Philipp Schafft
|
395b994707
|
Fix: Set namespace correctly for child nodes
|
2020-10-10 20:59:36 +00:00 |
|
Philipp Schafft
|
34fa9f0ce3
|
Fix: Export xmlns as namespace not property
|
2020-10-10 20:59:36 +00:00 |
|
Philipp Schafft
|
b1c4b9ac49
|
Update: Updated copyright statements
|
2020-10-03 08:44:37 +00:00 |
|
Philipp Schafft
|
73dce0a692
|
Update: Updated list of valid types for <value>
|
2020-10-02 11:40:11 +00:00 |
|
Marvin Scholz
|
b93ac5a94e
|
Fix: Fixed check for root node in reportxml
|
2020-04-19 03:58:31 +02:00 |
|
Philipp Schafft
|
a242f0f77b
|
Update: Replaced reportxml_new() and reportxml_database_new()
|
2018-10-11 08:58:22 +00:00 |
|
Philipp Schafft
|
f1b2785fc4
|
Feature: Changed refobject subsystem to use defined types
|
2018-10-10 11:15:39 +00:00 |
|
Philipp Schafft
|
c67d9de500
|
Feature: Added functions to get a node from report XML by it's type
|
2018-08-08 14:10:08 +00:00 |
|
Philipp Schafft
|
9cdf5761a0
|
Update: Added some comments in reportxml.c
|
2018-07-27 11:55:00 +00:00 |
|
Philipp Schafft
|
d08eba9607
|
Fix: Fixed report XML related memory leaks
|
2018-07-06 18:43:10 +00:00 |
|
Philipp Schafft
|
c02f34e989
|
Fix: Copy XML childs recursively
|
2018-07-06 18:42:45 +00:00 |
|
Philipp Schafft
|
4e7985c168
|
Fix: Allocate XML namespace
|
2018-06-29 13:40:06 +00:00 |
|
Philipp Schafft
|
962805df82
|
Update: Added attribute "application" for node "extension"
|
2018-06-29 13:40:03 +00:00 |
|
Philipp Schafft
|
0c7073f04f
|
Update: Attach definition to childs based on their type
|
2018-06-29 10:29:22 +00:00 |
|
Philipp Schafft
|
4188bd899f
|
Feature: Add definition ID to the first child of generated reports
|
2018-06-29 10:29:19 +00:00 |
|
Philipp Schafft
|
8ea908e332
|
Feature: Only allow those nodes as childs that are allowed as per specs
|
2018-06-27 15:54:31 +00:00 |
|
Philipp Schafft
|
5eac0d80ca
|
Feature: Allow only the correct type of content per node
|
2018-06-27 15:54:31 +00:00 |
|
Philipp Schafft
|
7ffe12bc8b
|
Fix: Also copy XML childs when doing a node copy
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
e24e524cb5
|
Fix: Access correct object
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
52429c714f
|
Feature: Allow attaching XML to extentions
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
86a62889d2
|
Feature: Added a way to find a node by attribute (useful for IDs).
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
c1c5bd02e3
|
Fix: Corrected type detection logic for mixed-type <definition>s
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
fecc38452a
|
Update: Added useful error message in case of unknown node name
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
93897aebb3
|
Feature: Allow fully recursive lookup of definitions
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
5d4430a645
|
Update: Made norec parameter optional
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
6f8270dcfb
|
Update: Only look up first child if we really need to.
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
a014f1c5cc
|
Feature: Added first level recursive definition lookup
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
ae489acc93
|
Fix: Ensure references are counted correctly in case reportxml_node_copy() fails
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
c4dca907ab
|
Fix: Use correct data type
|
2018-06-27 15:54:30 +00:00 |
|
Philipp Schafft
|
d9686e701a
|
Fix: Free temp memory
|
2018-06-27 15:54:29 +00:00 |
|
Philipp Schafft
|
c60e957782
|
Feature: Added a database to store definitions
|
2018-06-27 15:54:29 +00:00 |
|
Philipp Schafft
|
903ac2f1b3
|
Feature: Added fundamental report xml handling
|
2018-06-27 15:54:29 +00:00 |
|