From aceed71c01b9a25ee4fc70074d3edbd7c95042ad Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 18 Feb 2015 15:48:18 +0100 Subject: Implement simple xml import using xsl and load xml --- endnote-to-dbxml.xsl | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 endnote-to-dbxml.xsl (limited to 'endnote-to-dbxml.xsl') diff --git a/endnote-to-dbxml.xsl b/endnote-to-dbxml.xsl new file mode 100644 index 0000000..24d3be3 --- /dev/null +++ b/endnote-to-dbxml.xsl @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + <xsl:apply-templates select="titles/title" mode="copy-html" /> + + + + + + + + + + + + + + + + + + + + + | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit