Base 64 encoding and xml stuff

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Base 64 encoding and xml stuff

Steve Harris
what is the recommended xml foo for dolphin and is there
a base 64 encoder/decoder or do I need to write one myself.

I found an ssl implementation that wraps opensll and works
quite well.


Reply | Threaded
Open this post in threaded view
|

Re: Base 64 encoding and xml stuff

Dmitry Zamotkin-4
Hello Steve,

> what is the recommended xml foo for dolphin and is there
> a base 64 encoder/decoder or do I need to write one myself.

http://www.serf.org/steve/Dolphin/

--- cut ---
Steve's Dolphin Goodies
Last updated: 09/01/2001

----------------------------------------------------------------------------
----
I'm not familiar with licencing schemes; but what I'd like is that if you
use any of these in your code, you include somewhere a reference to me as
orginal author. Otherwise, copy and use freely.
[skipped]

Base64 (http://www.serf.org/steve/Dolphin/Base64.pac) - Base64 coding and
decoding.

[skipped]
--- cut ---


--
Dmitry Zamotkin


Reply | Threaded
Open this post in threaded view
|

Re: Base 64 encoding and xml stuff

Udo Schneider
In reply to this post by Steve Harris
Steve,

for XML you can use the Dolphin wrappers for the MSXML library.

There is also Steve Waring's Spray Toolkit. It's used for writing
SOAP Servers/Clients. And it also include some "goodies" like a
Smalltalk XML Parser (yaxo) and the BASE64 Encode/Decoder ... as
well as many other goodies. For me it was (and still is) a goldmine
of usefull software.

Take a look at http://www.dolphinharbor.org/dh/index.html .


CU,

Udo


Steve Harris wrote:

> what is the recommended xml foo for dolphin and is there
> a base 64 encoder/decoder or do I need to write one myself.
>
> I found an ssl implementation that wraps opensll and works
> quite well.