<!DOCTYPE html>
<html>
<link rel="stylesheet" href="https://cankaoshouce.com/css/w3.css">
<script src="https://cankaoshouce.com/js/appml/appml.js"></script>
<body>
<div class="w3-container" appml-data="/example/appml/appml.aspx?model=/example/appml/model_cd_from_txt">
<h2>CD Collection</h2>
<h3>Extracted from a comma separated text file</h3>
<div appml-include-html="/example/appml/inc_listcommands_nofilter.html"></div>
<table class="w3-table-all">
<tr>
<th>Title</th>
<th>Artist</th>
<th>Price</th>
</tr>
<tr appml-repeat="records">
<td>{{Title}}</td>
<td>{{Artist}}</td>
<td>{{Price}}</td>
</tr>
</table>
</div>
</body>
</html>