Apache FOP 尚未实现以下功能:table-layout="auto"(在 fo:table 上)
我在控制台中收到以上警告。我正在尝试导出到文档。使用相同的 XML 和 XSLT,我可以导出到 PDF,但导出到 doc 会给出空白文档。
--------------- My XML -----------------------------
<?xml version="1.0" encoding="UTF-8"?>
<export>
<signPost>
<organisationName>Organisation NEW TEST1</organisationName>
<address1>Address Line 1</address1>
<address2>Address Line 2</address2>
<address3>Address Line 3</address3>
<postCode>N194eh</postCode>
<phNumber>07999999999</phNumber>
<email>newmeh@meh.com</email>
<url>www.NOTnewmeh.com</url>
<profile>tee</profile>
</signPost>
<signPost>
<organisationName>Test Meta Organization</organisationName>
<address1 />
<address2 />
<address3 />
<postCode>N194EH</postCode>
<phNumber />
<email />
<url />
<profile />
</signPost>
<signPost>
<organisationName>Test Org Meta</organisationName>
<address1>Address Line 1</address1>
<address2>Address Line 2</address2>
<address3>Address Line 3</address3>
<postCode>N194EH</postCode>
<phNumber>07999999999</phNumber>
<email>newmeh@meh.com</email>
<url>www.NOTnewmeh.com</url>
<profile>Profile</profile>
</signPost>
<signPost>
<organisationName>eeeeeewe</organisationName> …Run Code Online (Sandbox Code Playgroud)