Looks like your output is getting properly encoded as valid html: & maps 
to &

turn off encoding.



>The email receipt generated by my checkout application looks in part like
>this.
>
>We have billed your
>Discover Card
> ending in 0012 at Total of $ 540.00 for the
> Courses  you selected.
>
>Your courses are listed below:
>14026 Conditioning Clinics Lev.2 $ 50.00       Marge Donohue
>14028 Lifeguard Training including First Aid and CPR $ 100.00       Kelly
>Donohue
>14028 Lifeguard Training including First Aid and CPR $ 100.00       Kelly
>Donohue
>14024 Stroke & Turn Clinic Lev.3 $ 290.00       Kelly Donohue
>
>Total $ 540.00
>
>
>The code the produces it looks like this:
>
>We have billed your
>
><@IF EXPR="@@user$CardType=1">
>
>American Express Card
>
><@ELSEIF EXPR="@@user$CardType=2">
>
>Discover Card
>
><@ELSEIF EXPR="@@user$CardType=3">
>
>Master Card
>
><@ELSEIF EXPR="@@user$CardType=4">
>
>Visa Card
>
></@IF> ending in <@RIGHT STR="@@user$CardNumber" NUMCHARS="4"> at Total of
><@ARG x_amount FORMAT="num:US-accounting"> for the
>
><@IF EXPR="@@user$Records=1"> Course <@ELSE> Courses </@IF> you selected.
>
>
>
>Your courses are listed below:
>
><@ROWS ARRAY=@@user$po>
>
><@COL NUM=1>    <@COL NUM=2>    <@COL NUM=3 FORMAT=num:US-accounting>
><@COL NUM="6"  Format="case:word"> <@COL NUM="7" Format="case:word">
>
></@ROWS>
>
>        Total    <@ARG x_amount FORMAT="num:US-accounting">
>
>
>
>You can view the courses you have selected at any time by clicking on the My
>Records Link. From there you can obtain information about the time and
>location of your course.
>
>
>The problem is with course names that have an & in them.
>
>I don't send this in HTML format because some people don't have HTML readers
>and I don't know anyway to handle that issue other than use plain text.
>
>-- 
>Dan Stein
>Digital Software Solutions
>799 Evergreen Circle
>Telford PA 18969
>Land: 215-799-0192
>Mobile: 610-256-2843
>Fax 413-410-9682
>FMP, WiTango, EDI,SQL 2000
>[EMAIL PROTECTED]
>www.dss-db.com
>
>
>    "When you are born, you cry and those who love you rejoice.  And if you
>live your life as you should, when you die, you rejoice and those who
>love you cry."
>
>________________________________________________________________________
>TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>


Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306

office: 650.327.2175
fax:    650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:    http://www.tothept.com


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to