hi
I found ur posting regarding the issue in creating table inside footer
in xsl-fo
Did you get a solution for this issue.
I am facing the issue.
I would appreciate any help
Quote:
quote:Originally posted by sunny227
This is the first line of my XSL
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:func="http://exslt.org/functions"
xmlns:exstr="http://exslt.org/strings"
xmlns:jfor="http://www.jfor.org/xmlns/2001/stylesheet"
xmlns:hashtable="xalan://java.util.Hashtable"
xmlns:vector="xalan://java.util.Vector"
xmlns:datetime="http://exslt.org/dates-and-times"
exclude-result-prefixes="fo hashtable vector datetime"
extension-element-prefixes="func exstr">
Michael is correct in his interpretation
I am using jfor convertor for converting XSL-FO to RTF
|