/usr/share/doc/python-iso8583/ISO8583.ISO8583.html is in python-iso8583 1.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module ISO8583.ISO8583</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ISO8583.html"><font color="#ffffff">ISO8583</font></a>.ISO8583</strong></big></big> (version 1.2)</font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:///C|/python25/lib/site-packages/iso8583/iso8583.py">c:\python25\lib\site-packages\iso8583\iso8583.py</a></font></td></tr></table>
<p><tt>(C) Copyright 2009 Igor V. Custodio<br>
<br>
This program is free software: you can redistribute it and/or modify<br>
it under the terms of the GNU General Public License as published by<br>
the Free Software Foundation, either version 3 of the License, or<br>
any later version.<br>
<br>
This program is distributed in the hope that it will be useful,<br>
but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>
GNU General Public License for more details.<br>
<br>
You should have received a copy of the GNU General Public License<br>
along with this program. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="struct.html">struct</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="ISO8583.ISO8583.html#ISO8583">ISO8583</a>
</font></dt></dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="ISO8583">class <strong>ISO8583</strong></a></font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Main Class to work with <a href="#ISO8583">ISO8583</a> packages.<br>
Used to create, change, send, receive, parse or work with ISO8593 Package version 1993.<br>
It's 100% Python :)<br>
Enjoy it!<br>
Thanks to: Vulcanno IT Solutions <<a href="http://www.vulcanno.com.br">http://www.vulcanno.com.br</a>><br>
Licence: GPL Version 3<br>
More information: <a href="http://code.google.com/p/iso8583py/">http://code.google.com/p/iso8583py/</a><br>
<br>
Example:<br>
from <a href="#ISO8583">ISO8583</a>.<a href="#ISO8583">ISO8583</a> import <a href="#ISO8583">ISO8583</a><br>
from <a href="#ISO8583">ISO8583</a>.ISOErrors import *<br>
<br>
iso = <a href="#ISO8583">ISO8583</a>()<br>
try:<br>
iso.<a href="#ISO8583-setMTI">setMTI</a>('0800')<br>
iso.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(12,12)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(21,21)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(17,17)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(49,986)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(99,99)<br>
except ValueToLarge, e:<br>
print ('Value too large :( %s' % e)<br>
except InvalidMTI, i:<br>
print ('This MTI is wrong :( %s' % i)<br>
<br>
print ('The Message Type Indication is = %s' %iso.<a href="#ISO8583-getMTI">getMTI</a>()) <br>
<br>
print ('The Bitmap is = %s' %iso.<a href="#ISO8583-getBitmap">getBitmap</a>()) <br>
iso.<a href="#ISO8583-showIsoBits">showIsoBits</a>();<br>
print ('This is the <a href="#ISO8583">ISO8583</a> complete package %s' % iso.<a href="#ISO8583-getRawIso">getRawIso</a>())<br>
print ('This is the <a href="#ISO8583">ISO8583</a> complete package to sent over the TCPIP network %s' % iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>())<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="ISO8583-__cmp__"><strong>__cmp__</strong></a>(self, obj2)</dt><dd><tt>Method that compare two objects in "==", "!=" and other things<br>
Example:<br>
p1 = <a href="#ISO8583">ISO8583</a>()<br>
p1.<a href="#ISO8583-setMTI">setMTI</a>('0800')<br>
p1.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(12,12)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(17,17)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(99,99)<br>
<br>
#get the rawIso and save in the iso variable<br>
iso = p1.<a href="#ISO8583-getRawIso">getRawIso</a>()<br>
<br>
p2 = <a href="#ISO8583">ISO8583</a>()<br>
p2.<a href="#ISO8583-setIsoContent">setIsoContent</a>(iso)<br>
<br>
print 'Is equivalent?'<br>
if p1 == p1:<br>
print ('Yes :)')<br>
else:<br>
print ('Noooooooooo :(')<br>
<br>
@param: obj2 -> object that will be compared<br>
@return: <0 if is not equal, 0 if is equal</tt></dd></dl>
<dl><dt><a name="ISO8583-__init__"><strong>__init__</strong></a>(self, iso<font color="#909090">=''</font>, debug<font color="#909090">=False</font>)</dt><dd><tt>Default Constructor of <a href="#ISO8583">ISO8583</a> Package.<br>
It inicialize a "brand new" <a href="#ISO8583">ISO8583</a> package<br>
Example: To Enable debug you can use:<br>
pack = <a href="#ISO8583">ISO8583</a>(debug=True)<br>
@param: iso a String that represents the ASCII of the package. The same that you need to pass to <a href="#ISO8583-setIsoContent">setIsoContent</a>() method.<br>
@param: debug (True or False) default False -> Used to print some debug infos. Only use if want that messages!</tt></dd></dl>
<dl><dt><a name="ISO8583-getBit"><strong>getBit</strong></a>(self, bit)</dt><dd><tt>Return the value of the bit<br>
@param: bit -> the number of the bit that you want the value<br>
@raise: BitInexistent Exception, BitNotSet Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-getBitLimit"><strong>getBitLimit</strong></a>(self, bit)</dt><dd><tt>Method that return the bit limit (Max size)<br>
@param: bit -> Bit that will be searched and whose limit will be returned<br>
@return: int that indicate the limit of the bit</tt></dd></dl>
<dl><dt><a name="ISO8583-getBitType"><strong>getBitType</strong></a>(self, bit)</dt><dd><tt>Method that return the bit Type<br>
@param: bit -> Bit that will be searched and whose type will be returned<br>
@return: str that represents the type of the bit</tt></dd></dl>
<dl><dt><a name="ISO8583-getBitValueType"><strong>getBitValueType</strong></a>(self, bit)</dt><dd><tt>Method that return the bit value type <br>
@param: bit -> Bit that will be searched and whose value type will be returned<br>
@return: str that indicate the valuye type of the bit</tt></dd></dl>
<dl><dt><a name="ISO8583-getBitmap"><strong>getBitmap</strong></a>(self)</dt><dd><tt>Method that return the ASCII Bitmap of the package<br>
@return: str -> with the ASCII Bitmap</tt></dd></dl>
<dl><dt><a name="ISO8583-getBitsAndValues"><strong>getBitsAndValues</strong></a>(self)</dt><dd><tt>Method that return an array of bits, values, types etc.<br>
Each array value is a dictionary with: {'bit':X ,'type': Y, 'value': Z} Where:<br>
bit: is the bit number<br>
type: is the bit type<br>
value: is the bit value inside this object<br>
so the Generic array returned is: [ (...),{'bit':X,'type': Y, 'value': Z}, (...)] <br>
<br>
Example:<br>
p1 = <a href="#ISO8583">ISO8583</a>()<br>
p1.<a href="#ISO8583-setMTI">setMTI</a>('0800')<br>
p1.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(12,12)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(17,17)<br>
p1.<a href="#ISO8583-setBit">setBit</a>(99,99)<br>
<br>
v1 = p1.<a href="#ISO8583-getBitsAndValues">getBitsAndValues</a>()<br>
for v in v1:<br>
print ('Bit %s of type %s with value = %s' % (v['bit'],v['type'],v['value']))<br>
<br>
@return: array of values.</tt></dd></dl>
<dl><dt><a name="ISO8583-getLargeBitName"><strong>getLargeBitName</strong></a>(self, bit)</dt><dd><tt>Method that return the large bit name<br>
@param: bit -> Bit that will be searched and whose name will be returned<br>
@return: str that represents the name of the bit</tt></dd></dl>
<dl><dt><a name="ISO8583-getMTI"><strong>getMTI</strong></a>(self)</dt><dd><tt>Method that return the MTI of the package<br>
@return: str -> with the MTI</tt></dd></dl>
<dl><dt><a name="ISO8583-getNetworkISO"><strong>getNetworkISO</strong></a>(self, bigEndian<font color="#909090">=True</font>)</dt><dd><tt>Method that return <a href="#ISO8583">ISO8583</a> ASCII package with the size in the beginning<br>
By default, it return the package with size represented with big-endian.<br>
Is the same that:<br>
import struct<br>
(...)<br>
iso = <a href="#ISO8583">ISO8583</a>()<br>
iso.<a href="#ISO8583-setBit">setBit</a>(3,'300000')<br>
(...)<br>
ascii = iso.<a href="#ISO8583-getRawIso">getRawIso</a>()<br>
# Example: big-endian<br>
# To little-endian, replace '!h' with '<h'<br>
netIso = struct.pack('!h',len(iso)) <br>
netIso += ascii<br>
# Example: big-endian<br>
# To little-endian, replace 'iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>()' with 'iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>(False)'<br>
print ('This <%s> the same that <%s>' % (iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>(),netIso))<br>
<br>
@param: bigEndian (True|False) -> if you want that the size be represented in this way. <br>
@return: size + ASCII <a href="#ISO8583">ISO8583</a> package ready to go to the network!<br>
@raise: InvalidMTI Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-getRawIso"><strong>getRawIso</strong></a>(self)</dt><dd><tt>Method that return <a href="#ISO8583">ISO8583</a> ASCII complete representation<br>
Example: <br>
iso = <a href="#ISO8583">ISO8583</a>()<br>
iso.<a href="#ISO8583-setMTI">setMTI</a>('0800')<br>
iso.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(12,12)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(17,17)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(99,99)<br>
str = iso.<a href="#ISO8583-getRawIso">getRawIso</a>()<br>
print ('This is the ASCII package %s' % str) <br>
output (print) -> This is the ASCII package 0800d010800000000000000000002000000001200000000000400001200170299<br>
<br>
@return: str with complete ASCII <a href="#ISO8583">ISO8583</a><br>
@raise: InvalidMTI Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-getValuesArray"><strong>getValuesArray</strong></a>(self)</dt><dd><tt>Method that return an internal array of the package<br>
@return: array -> with all bits, presents or not in the bitmap</tt></dd></dl>
<dl><dt><a name="ISO8583-redefineBit"><strong>redefineBit</strong></a>(self, bit, smallStr, largeStr, bitType, size, valueType)</dt><dd><tt>Method that redefine a bit structure in global scope! <br>
Can be used to personalize <a href="#ISO8583">ISO8583</a> structure to another specification (<a href="#ISO8583">ISO8583</a> 1987 for example!)<br>
Hint: If you have a lot of "ValueToLarge Exception" maybe the especification that you are using is different of mine. So you will need to use this method :)<br>
@param: bit -> bit to be redefined<br>
@param: smallStr -> a small String representantion of the bit, used to build "user friendly prints", example "2" for bit 2<br>
@param: largeStr -> a large String representantion of the bit, used to build "user friendly prints" and to be used to inform the "main use of the bit", <br>
example "Primary account number (PAN)" for bit 2<br>
@param: bitType -> type the bit, used to build the values, example "LL" for bit 2. Need to be one of (B, N, AN, ANS, LL, LLL) <br>
@param: size -> limit size the bit, used to build/complete the values, example "19" for bit 2. <br>
@param: valueType -> value type the bit, used to "validate" the values, example "n" for bit 2. This mean that in bit 2 we need to have only numeric values.<br>
Need to be one of (a, an, n, ansb, b)<br>
@raise: BitInexistent Exception, InvalidValueType Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-setBit"><strong>setBit</strong></a>(self, bit, value)</dt><dd><tt>Method used to set a bit with a value.<br>
It's one of the most important method to use when using this library<br>
@param: bit -> bit number that want to be setted<br>
@param: value -> the value of the bit<br>
@return: True/False default True -> To be used in the future!<br>
@raise: BitInexistent Exception, ValueToLarge Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-setIsoContent"><strong>setIsoContent</strong></a>(self, iso)</dt><dd><tt>Method that receive a complete <a href="#ISO8583">ISO8583</a> string (ASCII) understand it and remove the bits values<br>
Example:<br>
iso = '0210B238000102C080040000000000000002100000000000001700010814465469421614465701081100301000000N399915444303500019991544986020 Value not allowed009000095492'<br>
i2 = <a href="#ISO8583">ISO8583</a>()<br>
# in this case, we need to redefine a bit because default bit 42 is LL and in this especification is "N"<br>
# the rest remain, so we use "get" :)<br>
i2.<a href="#ISO8583-redefineBit">redefineBit</a>(42, '42', i2.<a href="#ISO8583-getLargeBitName">getLargeBitName</a>(42), 'N', i2.<a href="#ISO8583-getBitLimit">getBitLimit</a>(42), i2.<a href="#ISO8583-getBitValueType">getBitValueType</a>(42) )<br>
i2.<a href="#ISO8583-setIsoContent">setIsoContent</a>(iso2)<br>
print 'Bitmap = %s' %i2.<a href="#ISO8583-getBitmap">getBitmap</a>() <br>
print 'MTI = %s' %i2.<a href="#ISO8583-getMTI">getMTI</a>() <br>
<br>
print 'This ISO has bits:'<br>
v3 = i2.<a href="#ISO8583-getBitsAndValues">getBitsAndValues</a>()<br>
for v in v3:<br>
print ('Bit %s of type %s with value = %s' % (v['bit'],v['type'],v['value']))<br>
<br>
@param: str -> complete <a href="#ISO8583">ISO8583</a> string<br>
@raise: InvalidIso8583 Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-setMTI"><strong>setMTI</strong></a>(self, type)</dt><dd><tt>Method that set Transation Type (MTI) <br>
In fact, is an alias to "setTransationType" method<br>
@param: type -> MTI to be setted</tt></dd></dl>
<dl><dt><a name="ISO8583-setNetworkISO"><strong>setNetworkISO</strong></a>(self, iso, bigEndian<font color="#909090">=True</font>)</dt><dd><tt>Method that receive sie + ASCII <a href="#ISO8583">ISO8583</a> package and transfor it in the <a href="#ISO8583">ISO8583</a> object.<br>
By default, it recieve the package with size represented with big-endian.<br>
Is the same that:<br>
import struct<br>
(...)<br>
iso = <a href="#ISO8583">ISO8583</a>()<br>
iso.<a href="#ISO8583-setBit">setBit</a>(3,'300000')<br>
(...)<br>
# Example: big-endian<br>
# To little-endian, replace 'iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>()' with 'iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>(False)'<br>
netIso = iso.<a href="#ISO8583-getNetworkISO">getNetworkISO</a>()<br>
newIso = <a href="#ISO8583">ISO8583</a>()<br>
# Example: big-endian<br>
# To little-endian, replace 'newIso.<a href="#ISO8583-setNetworkISO">setNetworkISO</a>()' with 'newIso.<a href="#ISO8583-setNetworkISO">setNetworkISO</a>(False)'<br>
newIso.<a href="#ISO8583-setNetworkISO">setNetworkISO</a>(netIso)<br>
#Is the same that:<br>
#size = netIso[0:2]<br>
## To little-endian, replace '!h' with '<h'<br>
#size = struct.unpack('!h',size )<br>
#newIso.<a href="#ISO8583-setIsoContent">setIsoContent</a>(netIso[2:size])<br>
arr = newIso.<a href="#ISO8583-getBitsAndValues">getBitsAndValues</a>()<br>
for v in arr:<br>
print ('Bit %s Type %s Value = %s' % (v['bit'],v['type'],v['value']))<br>
<br>
@param: iso -> str that represents size + ASCII <a href="#ISO8583">ISO8583</a> package<br>
@param: bigEndian (True|False) -> Codification of the size.<br>
@raise: InvalidIso8583 Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-setTransationType"><strong>setTransationType</strong></a>(self, type)</dt><dd><tt>Method that set Transation Type (MTI)<br>
@param: type -> MTI to be setted<br>
@raise: ValueToLarge Exception</tt></dd></dl>
<dl><dt><a name="ISO8583-showBitmap"><strong>showBitmap</strong></a>(self)</dt><dd><tt>Method that print the bitmap in ASCII form<br>
Hint: Try to use getBitmap method and format your own print :)</tt></dd></dl>
<dl><dt><a name="ISO8583-showBitsFromBitmapStr"><strong>showBitsFromBitmapStr</strong></a>(self, bitmap)</dt><dd><tt>Method that receive a bitmap str, process it, and print a array with bits this bitmap string represents.<br>
Usualy is used to debug things.<br>
@param: bitmap -> bitmap str to be analized and translated to "bits"</tt></dd></dl>
<dl><dt><a name="ISO8583-showIsoBits"><strong>showIsoBits</strong></a>(self)</dt><dd><tt>Method that show in detail a list of bits , values and types inside the object<br>
Example: output to<br>
(...)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
(...)<br>
iso.<a href="#ISO8583-showIsoBits">showIsoBits</a>()<br>
(...)<br>
Bit[2] of type LL has limit 19 = 012<br>
Bit[4] of type N has limit 12 = 000000000004<br>
(...)</tt></dd></dl>
<dl><dt><a name="ISO8583-showRawIso"><strong>showRawIso</strong></a>(self)</dt><dd><tt>Method that print <a href="#ISO8583">ISO8583</a> ASCII complete representation<br>
Example: <br>
iso = <a href="#ISO8583">ISO8583</a>()<br>
iso.<a href="#ISO8583-setMTI">setMTI</a>('0800')<br>
iso.<a href="#ISO8583-setBit">setBit</a>(2,2)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(4,4)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(12,12)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(17,17)<br>
iso.<a href="#ISO8583-setBit">setBit</a>(99,99)<br>
iso.<a href="#ISO8583-showRawIso">showRawIso</a>()<br>
output (print) -> 0800d010800000000000000000002000000001200000000000400001200170299<br>
Hint: Try to use getRawIso method and format your own print :)</tt></dd></dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>__author__</strong> = 'Igor Vitorio Custodio <igorvc@vulcanno.com.br>'<br>
<strong>__licence__</strong> = 'GPL V3'<br>
<strong>__version__</strong> = '1.2'</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Igor Vitorio Custodio <igorvc@vulcanno.com.br></td></tr></table>
</body></html>
|