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

[PHP] PHP/XML/XSLT

2007-09-13 Thread Mikey
For better (or in my view worse) the company I work for uses the above combination for rendering it's XHTML. Recent we upgraded our version of libxslt from 1.1.9 to 1.1.17 and for some reason we have lost our error reporting. Unfortunately we have not lost the errors and so are forced with co

Re: [PHP] Re: About PHP/XML/XSLT/MYSQL Web Sites

2007-07-13 Thread Nathan Nobbe
Although it is necessary to convert SQL data into XML before it can be processed in an XSL transformation, it is a waste of time converting user input into XML before it is added to the database as none of the SELECT/INSERT/UPDATE/DELETE commands can work with XML files. It is far easier to take t

[PHP] Re: About PHP/XML/XSLT/MYSQL Web Sites

2007-07-13 Thread Tony Marston
Although it is necessary to convert SQL data into XML before it can be processed in an XSL transformation, it is a waste of time converting user input into XML before it is added to the database as none of the SELECT/INSERT/UPDATE/DELETE commands can work with XML files. It is far easier to tak

Re: [PHP] About PHP/XML/XSLT/MYSQL Web Sites

2007-07-12 Thread Richard Lynch
On Fri, July 13, 2007 12:19 am, Nathan Nobbe wrote: > thing as i mentioned before is i cannot see a reason to create xml > data while processing a GET or POST request from a client; it would > just be > an extra step with no apparent benefit as far as i can tell. You DEFINITELY are not being nearl

Re: [PHP] About PHP/XML/XSLT/MYSQL Web Sites

2007-07-12 Thread Richard Lynch
On Thu, July 12, 2007 4:15 pm, Kelvin Park wrote: > I'm trying to setup a XSLT based web site. > I wasn't exactly sure about the flow of the whole system when data > from > relational database is transferred to XML and in turn the data > inputted > from the user is relayed back to the database thro

Re: [PHP] About PHP/XML/XSLT/MYSQL Web Sites

2007-07-12 Thread Nathan Nobbe
kelvin, attached is a very simple diagram i put together when i got home illustrating a possible relationship between the main components in an xsl templated php application w/ a database back-end. as ive mentioned there are other configurations as well. primarily the main options in the overal

[PHP] About PHP/XML/XSLT/MYSQL Web Sites

2007-07-12 Thread Kelvin Park
I'm trying to setup a XSLT based web site. I wasn't exactly sure about the flow of the whole system when data from relational database is transferred to XML and in turn the data inputted from the user is relayed back to the database through XML (or directly to the database with PHP DB connectio

Re: [PHP] xml -> xslt -> xsl:fo -> pdf

2004-05-24 Thread Yann Larrivee
You need the pear packadge XML_fo2PDF http://pear.php.net/package/XML_fo2pdf Yann On Mon, 2004-05-24 at 15:22, Ray Hunter wrote: > On Mon, 2004-05-24 at 10:53, juan vazquez wrote: > > Hi, > > I am trying to transform a xsl:fo file to pdf. > > I generate xml files from mysql and I can convert th

Re: [PHP] xml -> xslt -> xsl:fo -> pdf

2004-05-24 Thread Ray Hunter
On Mon, 2004-05-24 at 10:53, juan vazquez wrote: > Hi, > I am trying to transform a xsl:fo file to pdf. > I generate xml files from mysql and I can convert them to xsl:fo using xslt > but I can't find information for the last step (XSL:FO to PDF) > I just know that a formatter is needed but all wha

[PHP] xml -> xslt -> xsl:fo -> pdf

2004-05-24 Thread juan vazquez
Hi, I am trying to transform a xsl:fo file to pdf. I generate xml files from mysql and I can convert them to xsl:fo using xslt but I can't find information for the last step (XSL:FO to PDF) I just know that a formatter is needed but all what I found where java, jade or .net based solutions

Re: [PHP] XML & XSLT

2003-12-05 Thread Nick Wilson
* and then Burhan Khalid declared > >under 4.3 is there any way to work with XSLT and XML that *does not* > >require additional modules etc to be installed? Perhaps a set of classes > >or somesuch? > > > >Many thanks... > > http://pear.php.net > http://www.phpclasses.org Thanks, hard to bele

Re: [PHP] XML & XSLT

2003-12-05 Thread Burhan Khalid
Nick Wilson wrote: Hi all, under 4.3 is there any way to work with XSLT and XML that *does not* require additional modules etc to be installed? Perhaps a set of classes or somesuch? Many thanks... http://pear.php.net http://www.phpclasses.org -- Burhan Khalid phplist[at]meidomus[dot]com http://w

[PHP] XML & XSLT

2003-12-05 Thread Nick Wilson
Hi all, under 4.3 is there any way to work with XSLT and XML that *does not* require additional modules etc to be installed? Perhaps a set of classes or somesuch? Many thanks... -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] XML+XSLT or Smarty again??

2003-03-28 Thread Dan Rossi
ECTED]; [EMAIL PROTECTED] Subject: [PHP] XML+XSLT or Smarty again?? Hi Everyone, Thanks to community for previous answers I want to know more regarding XML+XSLT technology to seperate presentation layer from the business logic. First let me explain on which tools i am currently working on. I am basi

[PHP] XML+XSLT or Smarty again??

2003-03-28 Thread Hardik Doshi
Hi Everyone, Thanks to community for previous answers I want to know more regarding XML+XSLT technology to seperate presentation layer from the business logic. First let me explain on which tools i am currently working on. I am basically using PHP, MySQL and Apache on Sun Solaris environment. Us

Re: [PHP] xml/xslt capability?

2002-04-29 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Henning declared > it seems you have this: > > http://www.php.net/manual/en/ref.xml.php Yes, I've read that thanks. > xslt seems not to be supported by your provider, dunno how you can still > use it, but i heard of some php classe

Re: [PHP] xml/xslt capability?

2002-04-29 Thread Henning
Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all > I want to get started with xml/xslt, I've read a few things about > sablotron but am unsure what support my host is running. > > If any of you know anything about this subject would you be kind enough > to look at

RE: [PHP] xml/xslt capability?

2002-04-29 Thread Christoph Starkmann
Only one letter difference between PGP and PHP yet makes no sense... ;) > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.6 (GNU/Linux) > > iD8DBQE8zWnJHpvrrTa6L5oRAv5DAJ9Fp8vq7+PPqIiM1Mnqf5sGZlhD5wCfWqan > TWH60NiXJh5ESsHP0QNLsUY= > =dJq7 >

[PHP] xml/xslt capability?

2002-04-29 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I want to get started with xml/xslt, I've read a few things about sablotron but am unsure what support my host is running. If any of you know anything about this subject would you be kind enough to look at the phpinfo() I've set up here: http:

[PHP] XML / XSLT parsing using PHP

2002-01-24 Thread Lasse Laursen
Hi, We are about to develop a CMS that uses XML and XSLT. The XML files contains some static information (header, footers and common non-dynamic information). We would like to have a XML file that would contain a field like: <...> <...> <...> Before the XML file is