Open main menu

Gramps β

Changes

Xsl

48 bytes added, 07:46, 23 September 2010
m
Using XSL with gramps XML
We don't really iterate through the file, it is recursive. We retrieve data with XPath.
==Using XSL with gramps Gramps XML==
Some people use perl or python for retrieving some data from GEDCOM.
We may use XSL for this on GRAMPS Gramps XML, see [[media:Xpaths.gz|XPaths]].GRAMPS Gramps XML is [http://gramps-project.org/xml/1.3.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 ([[media:Ancestors.xsl.gz|Ancestors.xsl]] , [[media:Birthday.xsl.gz|Birthday.xsl]] ).* a bridge between two open programs (GRAMPS <-> [[tellico|Tellico]]).* a web form.
==Examples==