Re: [PHP] XML -> XSLT transformation using XSLTProcessor class

2009-02-20 Thread German Geek
ry 20, 2009 9:18 AM > > To: PHP General list > > Subject: [PHP] XML -> XSLT transformation using XSLTProcessor class > > > > Hi All, > > > > We are trying to import some xml data into the database. My idea was to > > make > > an xslt and then transform the

RE: [PHP] XML -> XSLT transformation using XSLTProcessor class

2009-02-20 Thread Boyd, Todd M.
> -Original Message- > From: th.he...@gmail.com [mailto:th.he...@gmail.com] On Behalf Of > German Geek > Sent: Friday, February 20, 2009 9:18 AM > To: PHP General list > Subject: [PHP] XML -> XSLT transformation using XSLTProcessor class > > Hi All, > >

[PHP] XML -> XSLT transformation using XSLTProcessor class

2009-02-20 Thread German Geek
Hi All, We are trying to import some xml data into the database. My idea was to make an xslt and then transform the xml to php code which generates the queries necessary and then gets evaled as php code for the actual import... Anyway, i got it working (mostly)! But i need to get the current ele