Psion stuff

There are better webpages with information about Psion series 3 handheldcomputers.
Here you find what I wrote.

s3data2xml

The Psion series 3 stores it data files in his own fileformat.
A description of the format is ADD LINK TO PSIONIC FILES

I wrote a Python script to convert that file type to a XML file.
The script is still in development, but it already delivers wellformed XML. It is at this link.

Some Hints

To make the XML data more useable these hints.

Use the xpath expression //records/mergable1 to get the "usefull" data.

Use the xpath expression //records/descriptive/subrecord[@type='4']/label/text() to get the "labels" data.

More information about xpath is at w3c.org website

Comment is welcome at my E-mail adress " Geert dot Stappers (at) xs4all dot nl "