zaqaqaw / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Base 64 #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have XML file and the ZPL file
2.XML file: 
<?xml version="1.0" standalone="no"?>
<!DOCTYPE labels SYSTEM "label.dtd">
<labels _FORMAT="D:xxxxxxx_zpl_file" _QUANTITY="1" >
  <label>
    <variable name="Company_Name">XXXXXXXXXXXXXXXXXXXXXXXXX</variable>
    <variable name="PART_NUMBER">XXXXXXXXXX</variable>
  </label>
</labels>

When I call the printXML, Im not sure what the base64 parameter should be so 
there's always an error.

I am using the latest version. I noticed the sample file calls a xxx.TXT and 
not xxxx.ZPL

Any thoughts?

Original issue reported on code.google.com by joycarr...@gmail.com on 14 Feb 2013 at 10:27

Attachments:

GoogleCodeExporter commented 8 years ago
printXML currently only supports base64 encoded text.  This is for 
compatibility with certain industry standard labels formats that place base64 
encoded text inside an XML file.

What you appear to be doing is using standard (clear-text) XML.  Simply parse 
your XML document with your favorite JavaScript or php/server-side language.  
If you need help parsing XML, please email the mailing list at 
jzebra-users@googlegroups.com.

-Tres

Original comment by tres.fin...@gmail.com on 15 Feb 2013 at 3:45

GoogleCodeExporter commented 8 years ago
Upon further investigation, it appears you are using a combination of XML and 
ZPL in a tethered fashion that I am unfamiliar with.

Can you describe which program generated this output?  Please re-open as a 
feature request if this is a feature popular enough to build into jZebra.

-Tres

Original comment by tres.fin...@gmail.com on 15 Feb 2013 at 3:47

GoogleCodeExporter commented 8 years ago
Hi,

The XML that points to a ZPL file was made out of the Zebra pro designer.

Original comment by joycarr...@gmail.com on 19 Feb 2013 at 5:27

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 19 Feb 2013 at 2:18

GoogleCodeExporter commented 8 years ago
Created new enhancement request issue 117 to add Zebra pro designer support.  
Merged two issues.

Original comment by tres.fin...@gmail.com on 19 Feb 2013 at 2:18