Changes

From Gramps

Place database

702 bytes added, 08:17, 6 October 2015
To re-use your data stored in a flat database
# to save on XHTML
# On this new XHTML file, to work with "replace" function into your text editor (or grep, sed, awk)
# Generate a simple place table into gramps (without handle references)<code><?xml version="1.0" encoding="UTF-8"?><!DOCTYPE database PUBLIC "-//Gramps//DTD Gramps XML 1.7.1//EN""http://gramps-project.org/xml/1.7.1/grampsxml.dtd"><database xmlns="http://gramps-project.org/xml/1.7.1/"><places> <placeobj id="P0001" type="City"> <ptitle>A, B</ptitle> <pname value="A, B"/> <coord long="-81.2636738" lat="28.9005446"/> <placeref hlink="_c96587264d513cb56c90efab74d"/> # if need </placeobj <placeobj handle="_c96587264d513cb56c90efab74d" id="P0099" type="country"> # if need ref. <ptitle>B</ptitle> <pname value="B"/> </placeobj></database></code>
* XML to gramps XML

Navigation menu