Applying XSL to exported texts

8 views
Skip to first unread message

Alexandre Arkhipov

unread,
Feb 4, 2012, 5:57:21 AM2/4/12
to flex...@googlegroups.com
Hi all,

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

Andy Black

unread,
Feb 7, 2012, 1:13:57 PM2/7/12
to flex...@googlegroups.com
On 2/4/2012 3:57 AM, Alexandre Arkhipov wrote:
> Hi all,
>
> 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?

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

Alexandre Arkhipov

unread,
Feb 11, 2012, 8:08:04 AM2/11/12
to flex...@googlegroups.com
Hi 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

Reply all
Reply to author
Forward
0 new messages