Jump to content
  • 0

MySQL Table to XML


dannydv

Question

Posted

MySQL Table to XML

:arrow:http://www.rjk-hosting.co.uk/merge.php?mergefile=scripts.php&lang=php

 

This is a PHP script that when given the name of a table in a MySQL database will produce properly formed XML from the data. This script was made for an exam system I designed for a local college, it was for exporting the database to XML therefore it has only limitited capability but it can be easily changed to run custom queries.

 

Download from http://www.rjk-hosting.co.uk/merge.php?mergefile=scriptdownload.php&id=2&onLoad=downloadScript();

4 answers to this question

Recommended Posts

  • 0
Posted

Dat kan ook via de command line met het mysqldump commando. Een voorbeeldje:

 

C:\Documents and Settings\pieter>mysqldump --xml CeuPS
<?xml version="1.0"?>



1
A
B


2
C
D


 

Met een XSL stylesheet zo te importeren in FileMaker...

 

 

Pieter

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...