Hi Is there software out there to generate XML Schema from a database? Thanks in advance frank
Brett Knapik
Ranch Hand
Joined: Oct 15, 2000
Posts: 255
posted
0
I don't know about that but, currently no browser has support for XML schemas so you might just want to use dtds. ------------------ I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
Frank Daly
Ranch Hand
Joined: Mar 31, 2000
Posts: 139
posted
0
oh, thanks Brett. Is there an expectation that browsers will support xml schema anytime soon? also, and i should have asked this in my first question, is there any class/api available to generate xml from a database? again thanks in advance frank
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
posted
0
Originally posted by Brett Knapik: [...] currently no browser has support for XML schemas so you might just want to use dtds.
Arguably, browsers aren't ready for XML anyway. No browser ships with a decent XSLT implementation (not even IE 5.5), and without XSLT what use is there in sending XML to the browser? - Peter
Brian Nice
Ranch Hand
Joined: Nov 02, 2000
Posts: 195
posted
0
I belive that both Oracle and SQL Server have utilities such that you can issue queries and you get the results back in XML. On Oracle, I believe it is called something like XSLU? Check out www.oracle.com and hunt around for it. I looked at it the other day and found it pretty easily. Brian