Re: [PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
I said, Kevin my bad; meant to say Kelvin.. -nathan On 7/9/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote: Kevin, would you mind sending the particular url w/ the content you are referring to? also, data doesnt necessarily need to go through xml on its way back to the database. consider a web

Re: [PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
Kevin, would you mind sending the particular url w/ the content you are referring to? also, data doesnt necessarily need to go through xml on its way back to the database. consider a web form for instance which might submit data to your application via HTTP POST. in that case you could simply pr

Re: [PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
Wouldn't XSLT document be filled with input forms if I want to receive information from the customers? XHTML forms are probly the most ubiquitous way to get data from a user to an application. and to be specific, the xsl files are those that would contain the XHTML forms. There is no great rat

Re: [PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
i havent had time to fully explore the material from Tony yet, but so far ive been building XML entirely in memory rather than reading in a complete file, parsing it and placing data at certain points. one thing i would like to explore is either DTDs or XMLSchema to validate the XML against. in

Re: [PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
Tony, this material looks quite excellent; thanks for sharing. -nathan On 7/9/07, Tony Marston <[EMAIL PROTECTED]> wrote: Try these for size: http://www.tonymarston.net/php-mysql/domxml.html and http://www.tonymarston.net/php-mysql/sablotron.html http://www.tonymarston.net/php-mysql/dom.html

[PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Tony Marston
Try these for size: http://www.tonymarston.net/php-mysql/domxml.html and http://www.tonymarston.net/php-mysql/sablotron.html http://www.tonymarston.net/php-mysql/dom.html and http://www.tonymarston.net/php-mysql/xsl.html There is also a sample application available at http://www.tonymarston.net