Featured post
xml - XSLT2.0 processor for Perl? -
is there robust xslt2.0 processor perl? tried out xml::libxslt , doesn't support analyze-string, regex, etc. i'm afraid of using xml::saxon::xslt2 work cause uses java , wouldn't want add list of dependencies. library guys use xsl2.0 transformations?
cheers,
so you're looking xslt 2.0 processor written in perl?
no, not want pure-perl xslt processor. result excruciatingly slow , memory intensive, not mention want library that's been thoroughly tested in field larger user base comparatively few people xslt in perl. that's why libxslt popular, since it's fast , solid c library minimal perl wrapper around it. , unless you're using gui debugger komodo breakpoints , variable inspection, debugging isn't more complicated.
but answer question: only compliant xslt 2.0 processor available today saxon, available featured commercial java library , stripped-down open source version – both incidentally made same guy wrote xslt 2.0 spec (i wonder written first?). given complexity of spec, seems remain way long time.
so, if using java library undesirable, perhaps should ask whether need complete 2.0 feature list or content using of other libraries , painfully underway implementing "xslt 1.5".
- Get link
- X
- Other Apps
Comments
Post a Comment