XSLT2.0 processor for Perl?

Is there any reliable XSLT2.0 processor for Perl? I just tried XML :: LibXSLT and does not support string analysis, regular expression, etc. I am afraid to use XML :: Saxon :: XSLT2 for my work, because it uses Java, and I would not want to add this to my dependency list. What library do you use for XSL2.0 transformations?

Greetings

+5
source share
1 answer

So, are you looking for an XSLT 2.0 processor written in Perl?

, Perl XSLT. , , , , , XSLT Perl. LibXSLT , C Perl. GUI, Komodo, , .

: XSLT 2.0-, , - Saxon, Java - , , , XSLT 2.0 spec (, ?). , , , .

, Java , , , 2.0, , "XSLT 1.5",.

+5

All Articles