From: TAO R. <ron...@ho...> - 2001-05-31 14:26:39
|
>hi ronald, > >are you using an old version of sablot? > >_alex hi alex, I am using a Win32 platform to test it, by either using the sablot.dll came with PHP4.0.5 or grap the latest version from sablot website, I still got the same problem..... ronald Ronald TAO ron...@ho... _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
From: TAO R. <ron...@ho...> - 2001-05-31 16:05:13
|
>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......... _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
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 |
From: W.D.Sumilang <wa...@on...> - 2001-06-03 21:20:39
Attachments:
bcloudr2_wintest.zip
|
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' > my error is not the problem any path....????? if you have any problem with any path in Win32, please tell me, I will correct is as soon as possible.... >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'. > my error is like this, but I got unsupported URI scheme 'e', and alex said it may be the problem from sablot, but I am already using the latest version.....poor..... ronald ====================== hmmm... mine _is_ the path problem as i explained: So, i put together a simple example that doesn't use the XSLTranformer.php class but a different one... and it works, but this class doesn't support extra $params args! so i'm attaching the zip file so you can run this example and see what you get... i tried this class with alex's form's example but got this" error: line 5: 'arg:/form_inputs.xsl' not found back to the drawing board, cheers -WD __________________________________________________ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com |
From: Alex B. <en...@tu...> - 2001-05-31 15:55:12
|
hmm... it sounds like the win version of sablot is missing some features? _alex ----- Original Message ----- From: "TAO Ronald" <ron...@ho...> To: <bin...@li...> Sent: Thursday, May 31, 2001 7:26 AM Subject: Re: [binarycloud-dev] xslt error > >hi ronald, > > > >are you using an old version of sablot? > > > >_alex > > hi alex, > > I am using a Win32 platform to test it, by either using the sablot.dll > came with PHP4.0.5 or grap the latest version from sablot website, I > still got the same problem..... > > ronald > > Ronald TAO > ron...@ho... > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |