File: README.Debian

package info (click to toggle)
petri-foo 0.1.87-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,480 kB
  • ctags: 2,260
  • sloc: ansic: 18,946; makefile: 16; xml: 7
file content (22 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
petri-foo for Debian
-----------------

XSL stylesheets for converting sample banks from specimen[0] format to
the format used by its fork and designated successor petri-foo[1].

There are two different versions for different locale settings, depending
on whether your locale settings uses comma or dot as decimal separator:

s2p_comma.xsl
s2p_dot.xsl

You will need a tool to transform the specimen XML to the new format,
e. g. xsltproc[2] works for this:

$ xsltproc s2p_dot.xsl specimen_file > converted_file

[0] http://zhevny.com/specimen/
[1] http://sourceforge.net/projects/petri-foo/
[2] http://xmlsoft.org/XSLT/xsltproc2.html

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Mon, 28 Apr 2014 14:59:57 +0200