Who has some experience with GATEWAY EXPORT XML? If I use this to send data to another place, through R:BASE's Gateway Export command, data in a LONG VARCHAR field is being encoded.
Before the export, in R:BASE, I can SELECT columnname FROM tablename and see the LONG VARCHAR data just as it was entered: DAWN ORLOFF-NIESEN If I do: GATEWAY EXPORT XML myfilename.xml SELECT columnname FROM tablename here is what I see in the file at that location: [CDATA[REFXTiBPUkxPRkYtTklFU0VO]] With xPath, I can pull out the value, but the value I am getting is 'REFXTiBPUkxPRkYtTklFU0VO', not the name that appears in R:BASE. What do I need to do -- at either end -- to get the same value out that R:BASE has in the column in the table? Thanks. Bill

