Re: FN-FORUM xml
date posted 27th September 2002 21:27
----- Original Message -----
From: "Tam Stone" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, September 27, 2002 5:03 PM
Subject: Re: FN-FORUM xml
> Thanks for everyone's replies - its much more clear now.
>
> I read the info on XSL and it had an example of converting XML to XHTML
> server side with ASP to get over the lack of browser support. Is there
> any draw backs to this? If not i think I might have a go at doing a site
> with it.
I'm not entirely familiar with ASP as I tend to avoid using windows for
world facing servers wherever possible (a shame as some windows things are
quite good, but I feel it is too difficult to ensure a windows box stays
secure).
However, this is the approach I normally use with PHP, Perl, C, Java etc
since it avoids difficulties with browser compatibility. The only potential
drawback is on heavily loaded servers when it would be nicer to make the
browser do some of the work :)
Mark