[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Shocking omission in the Kepler platform
- From: Matt Campbell <mattcampbell@...>
- Date: Sat, 05 Jan 2008 13:28:29 -0600
I was shocked to learn that none of the packages in the Kepler platform
contains a function to escape special characters in HTML, i.e. to
replace '<', '>', and '&' with "<", ">", and "&",
respectively. I suppose the most logical place to put such a function
would be in CGILua. This is especially surprising given that CGILua is
apparently one of hte oldest packages in the Kepler platform, going back
to Lua 3.2. It begs the question: How much serious web development has
actuallly been done using Kepler in general and CGILua in particular?
Matt