16,719
edits
Changes
From Gramps
Xsl
,xsl
:
you may generate a new file without loosing data.
Also, you may improve basic.py from
==How this work ?==
GRAMPS XML is [http://gramps-project.org/xml/1.2.0/ documented] and coherent, we may use it for :
* a database resume (output : HTML, XML, PS, PDF or SVG)
* filtering some data and transforming result
* a bridge between two open programs (GRAMPS <-> [[tellico|Tellico]])
==Examples==
* If you select GRAMPS object on XSL, and use this code with HTML output :
<img>
<xsl:attribute name="src">
<xsl:value-of select="@src"/>
</xsl:attribute>
</img>
:
then you will be able to display media objects on a HTML file. You may use all HTML codes or .css file for having what you want.
* With XML, you will be able to make SVG. To generate a basic ancestors geographical map area for gramps coordinates ...