Skip to content

Instantly share code, notes, and snippets.

@pfuntner
Created December 15, 2024 19:58
Show Gist options
  • Save pfuntner/7f36b9d4b9f91b674945bd6bf6b32f3a to your computer and use it in GitHub Desktop.
Save pfuntner/7f36b9d4b9f91b674945bd6bf6b32f3a to your computer and use it in GitHub Desktop.
Example XML file for use with json-shell
<html>
<title>Hello, world</title>
<body>
<h1>Table time</h1>
<table border='1'>
<tr>
<th>Cell</th>
<th>Value></th>
</tr>
<tr>
<td>One</td>
<td>1</td>
</tr>
</table>
<br/>
<p>Good bye</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment