I'd bet that there is a misformed tag someplace. Either it is missing a </@WHATEVERTAG> or a '>' or there is a problem with either a ' or a ". In other words, you've got a syntax problem in your html. I'm not sure what your expertise level is but one of the toughest things to master is that you must take care whenever you are embedding quote characters. You must alternate them within a WiTango tag. For example, this will cause problems:
 
<@CALC EXPR="<@VAR NAME="u_uservariable" SCOPE="USER"> + <@RANDOM LOW="1" HIGH="<@ARG NAME="fieldname">">">
 
instead alternate single and double quotes like this:
 
<@CALC EXPR="<@VAR NAME='u_uservariable' SCOPE='USER'> + <@RANDOM LOW='1' HIGH='<@ARG NAME="fieldname">'>">
 
See if the WiTango Editor picks it up with the color coding (scan to the bottom first and work your way back up going right to left). Using the above two examples in an Results window if I look carefully in my WiTango Editor I see that the very last two '>' characters of the first example are in red, indicating that there is a problem with my syntax prior to that point. The second example shows that same characters in green because the syntax is correct (at least to what the Editor knows is allowed).
 
If you're still stuck, paste your code in another message and we'll take a look.
 
Hope this helps,
 
Steve Smith

Skadt Information Solutions
Office: (519) 624-4388
GTA:    (416) 606-3885
Fax:    (519) 624-3353
Cell:   (416) 606-3885
Email:  [EMAIL PROTECTED]
Web:    http://www.skadt.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan Hughes
Sent: June 11, 2002 3:07 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Tango stops processing <@ tags> in the middel of a presentation page.

Half way through a presentation page my <@ tags> start showing up in the html.

It processes some of them and not others?

Any suggestions?

Reply via email to