Skip to content

Instantly share code, notes, and snippets.

@demanbart
Last active November 26, 2017 11:54
Show Gist options
  • Save demanbart/e094497439aa7dca38e21362b5befd92 to your computer and use it in GitHub Desktop.
Save demanbart/e094497439aa7dca38e21362b5befd92 to your computer and use it in GitHub Desktop.
XML file to send to ZPL enbabled printers
<?xml version="1.0" encoding="UTF-8"?>
<reception>
<date>2017-11-25</date>
<time>16:11</time>
<supplier>Jake Orchard</supplier>
<line>
<itemId>1001</itemId>
<itemName>Apples Crate</itemName>
<expiryDate>2017-12-25</expiryDate>
<batch>A1T15</batch>
</line>
<line>
<itemId>1002</itemId>
<itemName>Pears Crate</itemName>
<expiryDate>2017-12-10</expiryDate>
<batch>A5T26</batch>
</line>
</reception>
@demanbart
Copy link
Author

This is an XML file example I've used in a blog post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment