1
General Board / Re: Parse XML into template fragment
« on: February 08, 2022, 07:22:15 pm »
Hi Geert,
Thanks for the quick reaction! The XML contains the data from the example:
The custom script in the template fragment contains the following code:
The template fragment only catches the name field using the 'Insert custom field' function
This is what I think the tutorial is says I should do but the result is null.
Roy
Thanks for the quick reaction! The XML contains the data from the example:
Code: [Select]
<EADATA>
<Dataset_0>
<Data>
<Row Name="NameValue" Second="Value2"></Row>
<Row Name="NameValue2"></Row>
</Data>
</Dataset_0>
</EADATA>
The custom script in the template fragment contains the following code:
Code: [Select]
Filename = \\Serverpath\test.xml
The template fragment only catches the name field using the 'Insert custom field' function
Code: [Select]
custom>
{Name}
<custom
This is what I think the tutorial is says I should do but the result is null.
Roy