On Fri, Sep 03, 2004 at 12:21:49PM +0300, Boyan Dzambazov wrote:
> Hi,
> Can you zip them or something like this because I get the parsed XML but
> not
> the source.
I suggest you another funny way: create a symlink... mod-xslt can't
check it (or simply it's not implemented yet).
ex:
So, if you choosed (from apache conf files) that the directory "/xmlfiles"
has to be parsed from
mod-xslt, create a symlink like this:
ln -s ./xmlfiles ./rawxml
the 'rawxml' folder will output raw XML, useful for debug.
It could be useful to find a way to output the browser XML files parsed
but NOT transformed..
Useful for debug complex XML files: mod-xslt could merge / collect
source XML files and output the parsed (but NOT translated) file.