Posted by Andy Dingley on 07/15/06 09:55
On 14 Jul 2006 09:58:37 -0700, charliebishop@gmail.com wrote:
>I would like to create a webpage that displays certain information that
>would be imported from the text files created.
I'd pre-process it using a scripting language (Python for choice). This
way you can have more than just crude visibility with linebreaks, you
can have styling too.
As I'm a web geek and already know the tools, then I'd probably
transform it into XML first (there are standard tools for simple CSV ->
XML) then I'd use XSLT to style it in XML. This is the quickest and
easiest way to code data stylers like this.
[Back to original message]
|