On 8/29/06, Sylvain Hellegouarch <[EMAIL PROTECTED]> wrote: > Well be careful when suggesting an OODBMS. They are nice but have no > features whatsoever for querying or exporting data for instance. So > storing XML documents as strings within an OODBMS is not much better > than storing them in an RDBMS. You still cannot use XQuery or XPath > directly on the database. So there is lttle value really.
Why would you store the document as a string? You'd convert it into an object and store it as an object, querying it using the OODBMS query functionality. You do export using something like Markdown or Kid. I've paid my xml dues (I wrote a publishing system that was XML Schema validated and published with XSL-T) but it was a whole lot easier to rewrite that system in Python. Runs faster, too. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

