Re: [pyxb-users] Forgive my ignorance
Brought to you by:
pabigot
From: Sayth R. <fle...@gm...> - 2014-12-10 22:06:50
|
If I Look at jaxb and this answer http://stackoverflow.com/a/607267/461887 then jaxb is to design schema off data sceme xsd that you create. So I am assuming like an orm for xml. Wondering with xquery features coming in 3.0 whether it's useful or I just have the wrong idea. Thanks Sayth PS I have made the assumption that pyxb is similar to jaxb. On Thu, 11 Dec 2014 12:23 AM Peter Bigot <bi...@ac...> wrote: > PyXB could do this, if you write the python code to translate the > structured Python instances into database table updates. Depending on your > environment there may be a better approach, perhaps involving XSLT. I > defer to anybody else on this list who has a recommendation. > > Peter > > On Wed, Dec 10, 2014 at 6:46 AM, Sayth Renshaw <fle...@gm...> > wrote: > >> Please forgive my ignorance in asking this question. Is Pyxb a suitable >> option for put an xml feed into a database or ORM like sqlalchemy. >> >> Essentially I have a feed I have been given with an xsd definition,I want >> to be able to send it to a database, create csv files from it to do some >> stats on and graphing. >> >> Is pyxb for this? I have started looking at baseX and keeping most things >> in XML, is that a better option? >> >> Again I apologise but am not sure which way to go? >> >> Sayth >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> _______________________________________________ >> pyxb-users mailing list >> pyx...@li... >> https://lists.sourceforge.net/lists/listinfo/pyxb-users >> >> > |