Hi Brad,

I too think it may be encoding - can you run the
following and see what is returned - you should get
the following:

none: test
multiline: <b>test</b>
multilinehtml: test
metahtml: test
url: %3Cb%3Etest%3C%2Fb%3E


--- Brad Robertson <[EMAIL PROTECTED]>
wrote:
> Actually, <b> is output as <b> and
> <Table><TR><TD>test</TD></TR></Table>
> is output just like that also.
> 
>  
> 
> ------------------------------------
> Bradley J. Robertson
> 
> FleetDirect
> 
> Commercial Fleet Services, Sales, & Parts
> 
>  <http://www.fleetdirect.net/> www.fleetdirect.net
> 
> (p)602.462.5343 (f)602.462.5346
> 
>  
> 
> -----Original Message-----
> From: Alan Wolfe [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, November 16, 2003 5:34 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Witango-Talk: upgrade issues.
> 
>  
> 
> it sounds like its encoding your output so that < is
> becoming &lt;
> 
>  
> 
> not sure the cause but maybe it will spark some
> ideas from someone
> 
> ----- Original Message ----- 
> 
> From: Brad <mailto:[EMAIL PROTECTED]> 
> Robertson 
> 
> To: [EMAIL PROTECTED] 
> 
> Sent: Sunday, November 16, 2003 4:25 PM
> 
> Subject: RE: Witango-Talk: upgrade issues.
> 
>  
> 
> Dan,
> 
>  
> 
> To clarify on #2, I have a very simple .taf file
> with a resultset action
> with some simple html.  When I call that taf through
> my browser,
> http://localhost/test.taf, the html is appearing in
> code form, ie. <B>
> TEST </B> not TEST.  I am testing with 5.0.1.62 on
> XP PRO.
> 
>  
> 
> This upgrade is becoming a real nightmare, it seems
> nothing is
> functioning right..  Is XP the issue?
> 
>  
> 
> Brad
> 
>  
> 
> ------------------------------------
> Bradley J. Robertson
> 
> FleetDirect
> 
> Commercial Fleet Services, Sales, & Parts
> 
>  <http://www.fleetdirect.net/> www.fleetdirect.net
> 
> (p)602.462.5343 (f)602.462.5346
> 
>  
> 
> -----Original Message-----
> From: Dan Stein [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, November 16, 2003 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Witango-Talk: upgrade issues.
> 
>  
> 
> I thought the cookies issue was fixed in the last
> server version.
> 
> Not sure what you mean by number 2 can you expand a
> little.
> 
> Dan
> 
> on 11/16/03 18:33, Stefan Gonick at
> [EMAIL PROTECTED] wrote:
> 
> At 12:04 AM 11/15/2003, you wrote:
> 
> I in the process of upgrading my t2k application to
> witango5 and am
> encountering a couple issues; 
>  
> (1)    my cookies don't appear to be assigning
> correctly, are there
> config file settings that could affect this?
> (2)    I created some simple test tafs from scratch
> and the files are
> outputting in HTML, ie., <B>test</b> is not showing
> as "test" in bold
> but appearing as <B>test</b>
>  
> Any guidance is much appreciated. 
>  
> ------------------------------------
> Bradley J. Robertson
> 
> 
> 
> If you are using Witango 5 version ending with .062,
> then there
> is a known issue with persistent cookies not
> working. The only
> fix is to either use an earlier version of Witango 5
> or upgrade to
> the next maintenance version when it comes out,
> hopefully soon.
> 
> Stefan
> 
>
========================================================
> Database WebWorks: Dynamic web sites through
> database integration
> http://www.DatabaseWebWorks.com 
> <http://www.databasewebworks.com/>
> <http://www.databasewebworks.com/> 
> 
>
________________________________________________________________________
> TO UNSUBSCRIBE: Go to
> http://www.witango.com/maillist.taf
> 
> 
> 
> -- 
> 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/maillist.taf
>
________________________________________________________________________
> TO UNSUBSCRIBE: Go to
> http://www.witango.com/maillist.taf
> 
> 
> 
>
________________________________________________________________________
> 
> TO UNSUBSCRIBE: Go to
> http://www.witango.com/maillist.taf
> 
>
________________________________________________________________________
> TO UNSUBSCRIBE: Go to
http://www.witango.com/maillist.taf


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE TAF SYSTEM "tango.dtd" >
<TAF Version="0x02000002" Debug="True">
	<Comments />

	<!--Main program-->
	<Program>
		<ActionRef Ref="Results" />
	</Program>

	<!--Program actions-->
	<Actions>
		<ResultAction ID="Results" Sig="null">
			<ResultsOutput Ref="Results.Results" />
		</ResultAction>
	</Actions>

	<!--Data sources-->
	<DataSources />

	<!--Output blocks-->
	<Outputs>
		<Output ID="Results.Results" Type="HTML"><![CDATA[<HTML>
<body>
<@assign local$temp "<b>test</b>">
none: <@var local$temp encoding="none"><br>
multiline: <@var local$temp encoding="multiline"><br>
multilinehtml: <@var local$temp encoding="multilinehtml"><br>
metahtml: <@var local$temp encoding="metahtml"><br>
url: <@var local$temp encoding="url"><br>
</body>
</HTML>
]]></Output>
	</Outputs>
</TAF>

Reply via email to