-
Do you know if exist a way to extend mysql with the SQL/XML operator (e.g. XMLELEMENT, XMLGEN, XMLCONCAT, XMLFOREST, XMLAGG)?.
2004-12-14 02:00:43 UTC by lele76
-
The wole thing servs to put an xml-Structure in a Mysql-Database. I tried to run the code, but it does not work. When starting the code generated with classgen.php nothing is saved in the database.
Has somebody else better experience?
Regards
Terence.
2003-11-02 21:37:48 UTC by teriteri
-
The purpose of mysql-xml is centainly to store an xml-tree in a mysql database. As there is absolutely no documentation with this project it is qute difficult to figure out how it works.
The three inc-files attribute.inc, document.inc and element.inc serve to handle the coresponding XML-elements.
With classgen.php you create php source-code which is tailored to your xml-document. You use...
2003-11-02 13:02:01 UTC by teriteri
-
Has anyone got any examples of this project in use?.
2003-10-13 08:59:30 UTC by chriscxl
-
It seems to be an implementation of data trees stored in a databose. Children of a node can have names, so the format is quite similar to what xml is.
You can set up the database with the sql script in the root directory. Modify sample_conf.inc to fit to your needs.
There are a few classes in the root directory. They represent values of nodes, further attributes of notes and how they are...
2003-04-09 20:13:04 UTC by the-pulse
-
There is no documentation on the downloaded file, could anyone please explain. This look like a very usefull tool, if there was some direction on how to be used.
Cheers.
2003-02-19 16:38:52 UTC by gyftus
-
I don't get it? And the docs are super-obscure...
So, I can create classes... then what?
p.
2002-12-13 19:25:16 UTC by mrsmitherz
-
We have fixed several bugs in the MySQL-XML base classes as well as updated the class-generator that comes with it, we have also added an iterator class to the package to help sort through the classes that our generator creates.
2002-11-03 16:10:26 UTC by maccorin
-
MySQL-XML includes 2 new main features:
documentation
class generator to help buisness oriented developers with little time create flexible classes that take advantage of MySQL-XML.
2002-11-02 12:09:10 UTC by maccorin
-
MySQL-XML signifies a major step for the PHP-MySQL development community towards use of upcoming technology full of new advantages. MySQL-XML combines the searching capabililibies and robustness of SQL databases with the flexibility of XML through it's simple to use API.
2002-10-31 02:53:45 UTC by maccorin