DotNet Implementation für AHF 6.1 available

Hi all,

I just implemented XSLT Area Trea Extension in DotNet 4.0 for Antenna House
Formatter 6.1.

I extended ppl-extension.xsl to support Microsoft’s XSLT processor.

The executable and all dependencies can be found here
https://dvcs.w3.org/hg/ppl/file/81909bfe31f6/FOPRunXSLTExt/bin. 

Sample bat-files are located in examples directory.

How to get it run, to recompile or to integrate in your DotNet projects is
described here:
https://dvcs.w3.org/hg/ppl/file/81909bfe31f6/FOPRunXSLTExt/bin/README

 

The XSLT processor is based on DotNet’s System.Xml.Xsl.XslCompiledTransform.
So, except AHF, there are no other dependencies than DotNet4.0.

 

As only Example1 works with an XSLT1 processors, that’s the only example
that works at the moment. Would be glad if anyone likes to give an XSLT1
support to the other examples, too.

 

Currently AHF is the only FO processor which is support in the DotNet
implementation. 

If anyone has any hints how to integrate jar files into dotnet in an easy
way, I’ll do the FOP extension, too.

 

Hope you’ll like that and let me know if there are any issues which should
be solved.

 

Markus

 

 

Received on Wednesday, 26 February 2014 14:59:06 UTC