xml/pt-helper/wrapper scripts

Martin 'pisi' Paljak pisi@pisitek.com
Sun, 5 May 2002 12:02:01 +0300 (EEST)


IMHO Any kind of xml transformation should be done with xslt and/or xml
dom.
This provides a very platform or whatsoever independent solution for
transforming *data*. As long as we follow the spec of course. I'll model
some xslt stylesheets after Bruno's scripts.

ideas/suggestions?
M.
On Sun, 5 May 2002, Bruno Postle wrote:

> Hi, I've done the last bit of the wrapper scripts I've been working on:
>
>     http://bugbear.blackfish.org.uk/~bruno/ptx/2002-05-04/xpt-script-0.0.3.tar.gz
>
> They're not at all perfect, and certainly not the last word, but at
> least they represent the logic required to:
>
> - Take a project xml file and construct a PTStitcher-ready script.txt
>   file from it.
>
> - Take a project xml file and construct a PTOptimizer-ready script.txt
>   file from it.
>
> - Take a project xml file and an optimized script.txt file, merge them
>   back into an updated xml project file.
>
> Probably the xml format needs changing to suit the gui requirements and
> maybe it all needs to be reimplemented in C (not by me though :-).
>
> Shall I put this into the savannah cvs?
>
> --
> Bruno
>
>
>