RE: [PHP] help with making an xslt class

2002-09-11 Thread Geoff
I am using the sablotron xslt library I just want to make a class to minimize the code I need to write and make it easier to maintain. When I do it like so: // create XSLT processor $xh = xslt_create(); // call xslt processor // Process the document $result = xs

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 process xslt transformations. >