Skip to main content

Search

Search

Unexpected end while parsing CDATA

Comments

1 comment

  • Avatar
    Peter Thane

    Not done a lot with XML stuff but from what I have seen it looks like the record set line is incorrect.

    The sample in one of the BT PDFs shows this command like this:

     <![CDATA["FirstName","LastName","City","Zip Code"
              "Amanda","Jones","Bellevue","98008"
              "Jessica","Smith","Kirkland","98293"]]

    and if your were following the same pattern then it should be something like

     

    (per https://www.seagullscientific.com/media/2367/automation-with-btxml-script.pdf)

    <![CDATA["SSCC_SERIAL_NUMBER"

    "00000700300000074135"]]

    0

Please sign in to leave a comment.