>
> Is your xsl directly called form the pipeline or is it called by another
> xsl file? If it's called by another xsl (by an import or include), make a
> change (add a space and save) in the file called by the pipeline.
Thanks for you answer.
It is called directly like this:
<map:pipeline >
<map:match pattern="*.html">
<map:generate type="file" src="{1}.xml"></map:generate>
<map:transform type="xslt-saxon"
src="CitasCorpus6.xsl"></map:transform>
<map:serialize type="html"></map:serialize>
</map:match>
</map:pipeline>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]