0
ApacheClip을 사용하여 작성한 ServiceClass에서 제공하는 데이터 (일부 문자열 및 객체가 포함 된 배열)로 PDF를 생성하고 싶습니다. 샘플 구현에서Apache FOP에서 PDF 용 서비스 데이터 사용
는 template.fo은 다음과 같습니다
는#foreach($salesRow in $salesRows)
<fo:table-row height="1cm">
<fo:table-cell border-style="solid" padding="3">
<fo:block>
$salesRow.var1
</fo:block>
</fo:table-cell>
<fo:table-cell border-style="solid" padding="3">
<fo:block>
$salesRow.var2
</fo:block>
</fo:table-cell>
#end
난 방식 .fo에 액세스하기 위해 내 데이터를 어떻게해야합니까이 예에서 accesseds 무엇입니까?
내가 Xalan을 사용해야한다고 생각하지만 그 정보를 찾는 법이 없습니다.