Rank: Member
Groups: Registered
Joined: 10/1/2020(UTC) Posts: 18  Location: niedersachsen Thanks: 5 times
|
I have an xml file that has deep nested structures you can check it in attached xml file. Code:
<ItemizedAbstractList>
<ItemizedAbstract>
Attributes(@ID ...)
elements
<ItemizedAbstractList>
<ItemizedAbstract>
Attributes(@ID ...)
elements
<ItemizedAbstractList>
<ItemizedAbstract>
Attributes (@ID ..)
elements
</ItemizedAbstract>
</ItemizedAbstractList>
I want to present this nested xml structure in a table as parent node have all its sub, sub-sub,sub... childes under itself. and of course it should apply to all its childs. i.e it child should have its own child exactly under themselves. the same as above (take a look at the image) In the mtd file all child has been added under the the ancestor(IA_2) but not exact parent.IA_23 is theparent of IA_24 . I want under IA_23 another intended table row be created that shows IA_24 is children of IA_23. and it must apply for all nodes and children. Regards File Attachment(s): tra4tor attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 427
Was thanked: 74 time(s) in 74 post(s)
|
Attached is design which is using templates. They allow you to render your page recursively. There is some error reported, which is not correct - we are investigating why. Nevertheless, the file is rendered - see below File Attachment(s): bbv attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 427
Was thanked: 74 time(s) in 74 post(s)
|
We found now the reason for error reporting and fixed it.
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.