RE: [PHP] help with making an xslt class

2002-09-11 Thread Geoff
: > Isn't this what the salbatron library is for? > > > -Original Message- > > From: Geoff [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 11, 2002 2:52 PM > > To: php list > > Subject: [PHP] help with making an xslt class > > > > &

RE: [PHP] help with making an xslt class

2002-09-11 Thread Brian V Bonini
Isn't this what the salbatron library is for? > -Original Message- > From: Geoff [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 2:52 PM > To: php list > Subject: [PHP] help with making an xslt class > > > I am trying to make a class to

[PHP] help with making an xslt class

2002-09-11 Thread Geoff
I am trying to make a class to process xslt transformations. Here is the class: class xslTransformer extends makexml{ var $xh; function xslTransformer($xslfile) { $this->xh = xslt_create(); $result=xslt_process($this->xh,$this->xmlstr,$xslfile); //errors