Hi Romina, On Thu, Oct 20, 2005 at 08:08:38AM -0600, romina wrote: > > Classes WebClient options > ------------------------------------------------------------------------------------------ > ListAttribute list > MapAttribute map > StringMapAttribute smap > LongAttribute long > Base64Attribute ?????
This attribute is used to stored binary data. As within emails, it's encoded using the base64 scheme. > IntegerAttribute int > XmlAttribute ??? XmlAttribute stores a fragment of [raw] XML. > DoubleAttribute double > StringAttribute text > BooleanAttribute boolean > ????????????? file There is no FileAttribute, using a StringAttribute containing a URL to the file is generally a decent solution. I'll have a look at your proposed schema a bit later. Meanwhile if you already have a correction, feel free to communicate it over this list. Thanks a lot, -- john.mettraux @ openwfe.org -///- http://www.openwfe.org ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
