This commit is contained in:
danrega
2024-02-12 11:43:19 +01:00
parent 20bc698fa3
commit 1d054b64d5
6 changed files with 0 additions and 124 deletions

View File

@@ -1,20 +0,0 @@
<?sap.transform simple?>
<tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
<tt:root name="STRING_TABLE"/>
<tt:template>
<html>
<body>
<h2>String Table Content</h2>
<table border="1">
<tt:loop ref=".STRING_TABLE">
<tr>
<td>
<tt:value ref="$ref"/>
</td>
</tr>
</tt:loop>
</table>
</body>
</html>
</tt:template>
</tt:transform>