It might be all you can do and a visual tool should be easier than typing away in an xslt editor.
I'm looking at ways to reduce the complexity at the moment as opposed to coping with it. Of course a solution like that is not going to be generic.
Currently I'm looking at successively applying style sheets to a hosted document.
I am going to have to do some stuff xslt will just not cope with at all or at best not very well. So I'm trying to find a balance so neither is too complex.
I've always been a big fan of piped processes. I like the idea of being able to validate the intermediate products, so instead of doing a hideously complex mapping on each input node in one enormous style sheet, I'm looking at breaking it down into a number of well defined passes. This makes the individual mappings trivial, hence no need for your tool.
It will be a lot of effort but it's going to get used and reused a lot and the documents are controlled by the government and changed to cope with their requirements, no matter how much of a problem it might cause anyone else.
Discussion on:
Message 6 of 6









































