No, that's not what I'm talking about....

The default behaviour of Witango in certian situations is to automatically do that type of encoding. when tags are outputted in "Results HTML", "No Results HTML" and some other places. In my case I'm outputting a variable not in one of those situations, but I need it to be encoded in the HTML manner. but since the behaviour is the default "when no encoding is specified" (from the manual) in only certain situations, I can't force it to occur when I need it to.

My current work around is to use the MULTILINE encoding, because this forces the replacement of special html characters, but it has the added side effect of putting <br>'s in there where I don't want them.

/John

witango man wrote:

Hi John,

If in your include file you have stuff like 3<5 where
'<' actually means less than then this should be
displayed as normal - it is where you have stuff like
"<somevalue>" it will be attempted to be output as
html

If you have this situation, wrap <@literal> around
these values in your include file and you should get
the desired result...


--- John McGowan <[EMAIL PROTECTED]> wrote:


Ok, the documentation says that vars are encoded by
default to converet specail characters like < to &lt; and for the most
part, this works. However, I've got a situation, probably because of
how i'm loading an include file or something like that that is causing
the conversion to not occur. Now, since the encoding type that turns
< into &lt; doesnt have a name like "NONE, MULTILINE" etc...how do I
force the server to do that type of encoding?







________________________________________________________________________


TO UNSUBSCRIBE: Go to


http://www.witango.com/maillist.taf


__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf





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

Reply via email to