From: Peter C. <Pet...@me...> - 2005-05-31 13:36:01
|
> From: [...] Colin Tatham > We're also using Xalan to do some XSLTs on RSS feeds in=20 > WebLearn, we should probably see if there's common code, and=20 > standardise on where the XSLT stylesheets are located? We should indeed. The piece I've added is about 60 lines derived from the Pipe example, and simply implements a flexible mechanism for piping a XML file through a configurable series of transforms and into an output file. A more general version would probably use streams, not files; not sure whether yours already does this. src/org/bodington/server/ims/XSLTPipeline.java if you want to eyeball it and tell me you've already got one :-). - Peter |