![]() |
Going from XML to SQL
I have been trying my hand lately at trying to convert an xml file to SQL complient text file. I was told about XSLT and have been trying very hard but, as my username reveals, I am lost :)
I started researching and tried modifying the code found here but to no avail. Here is what my modification came out to look like right now: Code:
<?xml version="1.0" encoding="UTF-8"?>Code:
INSERT INTO "bibletable" ("book", "chapter", "verse", "text") VALUES ('Genesis', 1, 1, 'In the beginning . . .');Can you please offer me some advice? I would really like it. If you want more info just say so. But, I hope this is sufficient to deliver the message. |
PHP Code:
|
Now That is What I Call Service
Thank you for helping! It works. :)
|
Thanks again for that, I needed the help.
|
No problem, glad to be of service.
|
| All times are GMT +1. The time now is 07:32 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.