Update
This commit is contained in:
20
src/zdemo_abap_st_strhtml.xslt.source.xml
Normal file
20
src/zdemo_abap_st_strhtml.xslt.source.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user