Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

GT Template Module

Quote Reply
GT Template Module
Hi Alex

I was just wondering.... Why have you programmed the GT Template module to parse tags like <%tag%> so?

Isn't that a bit confusing with HTML tags? I was just wondering, as I'm seeing a lot of:

<A HREF="<%url%>"><%urlname%></a>

Surely this is very confusing? Just trying to understand the logic behind it. Doesn't thi method cause you a lot of headache, as I know it would do for me! Why not leave out the <> altogether?

Cheers

Wil

- wil
Quote Reply
Re: [Wil] GT Template Module In reply to
It's easy enough to change yourself in Template.pm
Quote Reply
Re: [RedRum] GT Template Module In reply to
I was querying the decision behind it, as it must do Alex's work more difficult to himself, by having to remember how many <>>< there are all over the shop

?

- wil
Quote Reply
Re: [Wil] GT Template Module In reply to
The logic is that it probably just makes it look like every other tag <%ASP%> <CFM> <HTML> <XML>

%BLA% looks yucky.

Last edited by:

RedRum: Oct 16, 2001, 6:17 AM
Post deleted by RedRum In reply to