From 5ee0826d3895fb3e81fe9f088e70b68fb43b0367 Mon Sep 17 00:00:00 2001 From: cmdln Date: Tue, 5 Oct 2010 19:23:01 -0400 Subject: [PATCH] 2nd try, this time using XSL and xalan to convert old OO3 files to plain text .notes files. --- outline.bash | 4 ++++ outline.xsl | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100755 outline.bash create mode 100644 outline.xsl diff --git a/outline.bash b/outline.bash new file mode 100755 index 0000000..2e93e84 --- /dev/null +++ b/outline.bash @@ -0,0 +1,4 @@ +#!/bin/bash +# TODO copy .gz file based on date +# TODO gunzip original file +xalan -xsl outline.xsl -in contents.xml -text diff --git a/outline.xsl b/outline.xsl new file mode 100644 index 0000000..3228376 --- /dev/null +++ b/outline.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + +