From: W.D.Sumilang <wa...@on...> - 2001-06-03 09:24:54
|
>hmm... > >it sounds like the win version of sablot is missing some features? > >_alex > >but the offical website do not say something about win32 version >will lose some features......... Ronald, i'm on win95... what error do you get? if you modify these two lines in BC_PATH_MOD.XSLT_example.php: $xml=BC_PATH_MOD.'xslt_example/form.xml'; $xsl=BC_PATH_MOD.'xslt_example/form.xsl'; to: $xml='form.xml'; $xsl='form.xsl'; i get: cannot open file 'C:/Program Files/Apache Group/Apache/form.xsl' by stripping all the extra path info i discovered that either the class XMSLTransformer.php or sablot is taking the above $xml,$xsl vars and treating them like relative uri's thus the error: unsupported URI scheme 'c'. i believe the prepended path appears to be the SERVER ROOT path declared in my apache httpd.conf: ServerRoot "C:/Program Files/Apache Group/Apache" This is apparently no problemo on *nix. _not_ sure where to hack this ;( tho i'd like to fix it myself, sorry that's all the insight i can offer right now. Cheers. -WD __________________________________________________ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com |