Re: How do I convert gramps xml to xml that is readable by other applications?

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: How do I convert gramps xml to xml that is readable by other applications?

by Nick from Chester :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> On Tue, 27 Oct 2009 00:15:20 Nick from Chester wrote:
> > Hi, I saw the entry in the gramps wiki, my problem with what's written
> > there is that it assumes a certain amounts of knowledge, I don't
> > possess ant of that. (I am working on it but I am new to ubuntu and a
> > lot of it I don't get yet).  Apparently I load a file called gramps2xml
> > and then I type "./gramps2xml filename.gramps filename.xml". Dose it
> > matter where I type this line? I expect so. (I think)I understand that I
> > have to put the name of the file where it says "filename" but do I need
> > some sort of path? Where should I put this file on my system?  Oh yes
> > and there was this "chmod +x gramps2xml" thing, whats that about? I no I
> > don't get any brownie points to day, but if anyone can help I would be
> > very grateful.  Nick

Hi every body, thank you for your help. I was afraid of using bash terminal but now I have and I converted the gramps xml to regular xml, very pleasing. I imported it into Access (sorry I cant be expected to change over night) and the results were not all that I had hoped for.  Lots of tables with disconnected list.  I still have my work cut out.  Thanks Nick


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gramps-users mailing list
Gramps-users@...
https://lists.sourceforge.net/lists/listinfo/gramps-users

Re: How do I convert gramps xml to xml that is readable by other applications?

by Benny Malengier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/28 Nick from Chester <mrbumble28@...>:

>> On Tue, 27 Oct 2009 00:15:20 Nick from Chester wrote:
>> > Hi, I saw the entry in the gramps wiki, my problem with what's written
>> > there is that it assumes a certain amounts of knowledge, I don't
>> > possess ant of that. (I am working on it but I am new to ubuntu and a
>> > lot of it I don't get yet).  Apparently I load a file called gramps2xml
>> > and then I type "./gramps2xml filename.gramps filename.xml". Dose it
>> > matter where I type this line? I expect so. (I think)I understand that I
>> > have to put the name of the file where it says "filename" but do I need
>> > some sort of path? Where should I put this file on my system?  Oh yes
>> > and there was this "chmod +x gramps2xml" thing, whats that about? I no I
>> > don't get any brownie points to day, but if anyone can help I would be
>> > very grateful.  Nick
>
> Hi every body, thank you for your help. I was afraid of using bash terminal but now I have and I converted the gramps xml to regular xml, very pleasing. I imported it into Access (sorry I cant be expected to change over night) and the results were not all that I had hoped for.  Lots of tables with disconnected list.  I still have my work cut out.  Thanks Nick

It is not because it is xml that the data structure becomes simple.
If what you want is an sql database, then obtain the development branch

http://gramps.svn.sourceforge.net/viewvc/gramps/branches/geps/gep-013-server/

It contains info in
http://gramps.svn.sourceforge.net/viewvc/gramps/branches/geps/gep-013-server/src/gen/web/README?view=markup
about export of GRAMPS data to mysql, postgresql or sqlite.
You set up the database environments, then run the export tool from
GRAMPS and you have a complete SQL database.
Those sql environment have their own GUI to work with to run queries.

You could write forms on top of that then, but that branch also has a
django webapp that queries the sql and shows data via a
webserver-browser setup.

This development branch might or might not be integrated with the 3.2
release beginning of 2010, depending on the fact if sufficient people
help with the development.

Benny

>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Gramps-users mailing list
> Gramps-users@...
> https://lists.sourceforge.net/lists/listinfo/gramps-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gramps-users mailing list
Gramps-users@...
https://lists.sourceforge.net/lists/listinfo/gramps-users

Re: How do I convert gramps xml to xml that is readable by other applications?

by Josip-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benny Malengier wrote:

> It is not because it is xml that the data structure becomes simple.
> If what you want is an sql database, then obtain the development branch
>

Or something close to SQL like XQuery so you can do querys on gramps xml
database similar to SQL Query. It can works even in internet browser
thru plugins.
XML is quite self-explanatory.
Zorba (http://www.zorba-xquery.com) provide python bindings for XQuery.

--
Josip

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gramps-users mailing list
Gramps-users@...
https://lists.sourceforge.net/lists/listinfo/gramps-users