Last active
November 26, 2017 11:54
-
-
Save demanbart/e094497439aa7dca38e21362b5befd92 to your computer and use it in GitHub Desktop.
XML file to send to ZPL enbabled printers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an XML file example I've used in a blog post