Re: Entity reference Difference?
- From: Neredbojias <monstersquasher@xxxxxxxxx>
- Date: 28 Jul 2007 01:35:24 GMT
Well bust mah britches and call me cheeky, on Fri, 27 Jul 2007 23:02:28
GMT David E. Ross scribed:
On 7/27/2007 2:15 PM, gouqizi.lvcha@xxxxxxxxx wrote:actually
On Jul 27, 12:52 pm, Sherm Pendley <spamt...@xxxxxxxxxxx> wrote:
gouqizi.lv...@xxxxxxxxx writes:
Any differnce betweenYes - the first is what you'd use if you want your visitors to
1. &lt;
2. <
howsee "<", the second if you want them to see "<".
sherm--
--
Web Hosting by West Virginians, for West Virginians:http://wv-www.net
Cocoa programming in Perl:http://camelbones.sourceforge.net
But sometimes, both shown as '<'
I seem to remember a situation in which the & is parsed before the
general parsing of HTML. This causes
&lt;
to become
<
The problem is that I can't remember the situation. It might have
involved the entity references appearing in a server-side script.
I vaguely remember posting the same question here and being referred to
someone else's Web page describing this problem, what caused it, and
to resolve it.
I think, in the end, one solution was to code
&&amp;lt;
You might want to try that.
....And if you have trouble with that, you can always do:
&&amp;lt;
--
Neredbojias
Half lies are worth twice as much as whole lies.
.
- References:
- Entity reference Difference?
- From: gouqizi . lvcha
- Re: Entity reference Difference?
- From: Sherm Pendley
- Re: Entity reference Difference?
- From: gouqizi . lvcha
- Re: Entity reference Difference?
- From: David E. Ross
- Entity reference Difference?
- Prev by Date: Re: Entity reference Difference?
- Next by Date: Re: Linking to file on NFS mounted drive
- Previous by thread: Re: Entity reference Difference?
- Index(es):
Relevant Pages
|