I'm experimenting with some XSL transforms that I apply to the exported interlinear texts (*.flextext).
1) How do I make a custom export option which exports in the usual way (mode="elan") and then applies a sequence of (two) XSL transforms?
2) What engine does FLEx use to run XSL transforms? I'm using Saxon 9.2.1.5, and earlier versions (before 9.2.0.something) had a bug that I need fixed.
Best,
Sasha
From looking at the code, it appears to me that there is no way to do
this from the current export dialog. Only one transform is applied when
mode="applySingleTransform".
> 2) What engine does FLEx use to run XSL transforms? I'm using Saxon 9.2.1.5, and earlier versions (before 9.2.0.something) had a bug that I need fixed.
The code is using the .Net transform classes (XslCompiledTransform).
These only use XSLT 1.
Therefore, you may be best off applying a separate run to the flextext
export.
--Andy
Thanks, I'll keep doing that externally.
Best,
Sasha
--Andy
--
You received this message because you are subscribed to the discussion group
"FLEx list". This group is hosted by Google Groups and is open for anyone to
browse.
To post to this group, send email to flex...@googlegroups.com
To unsubscribe from this group, send email to
flex-list+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-list