Was my feature request for valid XML/XHTML implemented?

That is, can I set MULTILINE to return <br /> of <br></br> instead of <BR>?

On Sunday, September 19, 2004, at 10:12  PM, Phil Wade wrote:

If I read the include into a variable before the loop, I can't embed
variables that change in each loop.

This is a summary of the encoding methods in 5.5. I think they make sense
now.


The NONE value for the ENCODING attribute allows you to indicate that the
value returned by the meta tag contains formatting codes that are to be
passed back to the user's Web browser without any translations.


The HTML value for the ENCODING attribute allows you to indicate that the
value returned by the meta tag contains HTML formatting codes that are to be
translated as they are passed back to the user's Web browser. I.e. > < & '
and " are translated to the html encoding equivalent.


The META attribute value of the ENCODING attribute performs the same
function as NONE but also looks for Witango meta tags in the value and
evaluates any it finds.

The METAHTML attribute value lets you combine the functions of META and
HTML.

The MULTILINE attribute value causes Witango to replace return, line feed,
and return/line feed combinations in the value with <BR> tags. It will not
do HTML encoding.


The MULTILINEHTML attribute value lets you combine the functions of HTML and
MULTILINE.




In Witango Server 5.5 <@VAR scope$varname encoding="meta"> will resolve the
meta tags in the variable without html encoding before pushing it onto the
results buffer.


In Witango Server 5.0 <@VAR scope$varname encoding="metahtml"> will resolve
the meta tags in the variable without html before pushing it onto the
results buffer.




This is the reason we cleaned up the encoding names in Witango Server 5.5.
No one seemed to know what they really did.


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



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

Reply via email to