アンテナハウスさんのpdf5を入れようとしたけれど

[2013/11/7追記]私の手順が悪かったのだと思います。うまくできたエントリーを書きましたのでご容赦を。

id:ditahackさんが紹介していたpdf5にチャレンジ.
FOからPDFへはAHF Formatterではなく,FOPを使ってみようという試み*1
一応,pdf5のbuild.xmlを変更して,AHFへ渡すところをFOPにしてみたのだけれど,こんなエラーで止まってしまった.

transform.fo2pdf.fop:
      [fop] C:\eclipse-3.3\workspace\DITA-OT1.4.3\out\sample_en.fo -> C:\eclipse-3.3\workspace\DITA-OT1.4.3\out\sample_en_pdf5.pdf
      [fop] 2010/01/14 18:51:00 org.apache.fop.fo.PropertyList handleInvalidProperty
      [fop] 致命的: Error processing foreign attribute: http://www.antennahouse.com/names/XSL/Extensions/@axf:line-break Property ignored.
      [fop] 2010/01/14 18:51:00 org.apache.fop.fo.PropertyList handleInvalidProperty
      [fop] 致命的: Error processing foreign attribute: http://www.antennahouse.com/names/XSL/Extensions/@axf:hyphenation-minimum-character-count Property ignored.

BUILD FAILED
C:\eclipse-3.3\workspace\DITA-OT1.4.3\build.xml:59: The following error occurred while executing this line:
C:\eclipse-3.3\workspace\DITA-OT1.4.3\build.xml:371: The following error occurred while executing this line:
C:\eclipse-3.3\workspace\DITA-OT1.4.3\demo\pdf5\build.xml:91: The following error occurred while executing this line:
C:\eclipse-3.3\workspace\DITA-OT1.4.3\demo\pdf5\build.xml:114: The following error occurred while executing this line:
C:\eclipse-3.3\workspace\DITA-OT1.4.3\demo\pdf5\build.xml:184: The following error occurred while executing this line:
C:\eclipse-3.3\workspace\DITA-OT1.4.3\demo\pdf5\build.xml:283: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: file:/C:/eclipse-3.3/workspace/DITA-OT1.4.3/out/sample_en.fo:1:-1: Error(1/-1): For fo:simple-page-master, fo:region-after must be declared before fo:region-end.

AHF固有のAttributeも出力されているのは仕方ないにせよ.うーん.どうしよう.

*1:素直にAHFにするべきか