As the discussion on Snipsnap to WordPress implies, I am having another look at using XSLT to convert my old snipsnap dump to WRX.
Links
- man xsltproc
- tizag’s xslt Tutorial, I like this one.
- filtering with xslt
- quackit’s xslt tutorial, not as good as tizag’s, IMHO
- W3 Schools on XSLT
- Another tutorial from from edutech
- Tutorials point
and an article at stackoverflow, which includes a book list.
Making from source
I decided to remake my copy of xslt on davelevy.info. I got instructions from http://www.sagehill.net/docbookxsl/InstallingAProcessor.html
I got the sources from http://xmlsoft.org/sources/
Currently,
- http://xmlsoft.org/sources/libxml2-2.7.2.tar.gz
- http://xmlsoft.org/sources/libxslt-1.1.20.tar.gz
Then run configure && make
, see below because I I do not have root privilidge
$ ./configure --prefix=$HOME/xslt
I added the making from source comments today.