Re: [PHP] About XML XSLT

2007-07-27 Thread mamad876
Hi all, I agree with Jim, for start you can play with .htaccess and ModRewrite module. for more information see apache docs or you can also check out how in httpd.conf accessing .htaccess from clients browser is limited and you can use the same code for all of your .xml and .xslt files. Best

Re: [PHP] About XML XSLT

2007-07-26 Thread Richard Lynch
On Sat, July 21, 2007 12:17 am, Kelvin Park wrote: > I'm trying to make a web site that it entirely XML/XSLT/PHP driven, > without > MYSQL. > However, since I need to reuse the database from my last web site, I > had to > parse XML with PHP and save it as a file (e.g. xmlFile.xml) in my > htdocs >

Re: [PHP] About XML XSLT

2007-07-20 Thread Jim Lucas
Kelvin Park wrote: I'm trying to make a web site that it entirely XML/XSLT/PHP driven, without MYSQL. However, since I need to reuse the database from my last web site, I had to parse XML with PHP and save it as a file (e.g. xmlFile.xml) in my htdocs folder in FTP. However, I understand that this

[PHP] About XML XSLT

2007-07-20 Thread Kelvin Park
I'm trying to make a web site that it entirely XML/XSLT/PHP driven, without MYSQL. However, since I need to reuse the database from my last web site, I had to parse XML with PHP and save it as a file (e.g. xmlFile.xml) in my htdocs folder in FTP. However, I understand that this can cause some secu