I guess you have to encode it in base 64 and insert the resulting string
into the "text" part of the XML tag. It's just an understanding between the
client and server and I am not aware of anyway to specify that at a
contractual level.

vishu

-----Original Message-----
From: Gus Delgado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 9:51 AM
To: [EMAIL PROTECTED]
Subject: sending base64 encoding


I'm sending an XML file back from the server to the client.
How can I send an encodingType of base64 on one of the Elements of the
XML file I send back?

example of what I'm trying to do:

<my-tag>
  <thisnormaltag>hello</thisnormaltag>
  <thisbase64tag encoding=base64>???</thisbase64tag>
</my-tag>

I'm really struggling with this? thanks
gus

Reply via email to