TMG-L Archives

Archiver > TMG > 2006-03 > 1141521826


From: "John Cardinal" <>
Subject: RE: [TMG] RE: HTML reports - Angle brackets in sources
Date: Sat, 4 Mar 2006 20:23:46 -0500
In-Reply-To: <HBEHKDHPINBHKLPIDFBFGECJEHAA.kay@thegasgun.com>


Kay Schmidt wrote:
> No response to this yet.
>
> Perhaps John Cardinal can answer this question. In checking
> online I see that HTML tags are always surrounded by angle
> brackets. If that is the problem, is there some way to make
> angle brackets and their contents display in an HTML format?

Kay,

Angle brackets, AKA "<" (less than) and ">" (greater than), are special
characters in HTML. They are the delimeters for element names. In an HTML
document "<" and ">" need to be coded as "&lt;" (less than) and "&gt;"
(greater than).

I forget whether you can enter "<" and ">" in TMG sources and then have TMG
output them as "&lt;" and "&gt;" in HTML output.

Second Site converts "<<" or "<" to "&lt;" in source element values.
Similarly, it converts ">>" or ">" to "&gt;". Note that SS creates _one_
angle bracket for either input value.

John


This thread: