- From: Arian <armyofda12mnkeys@gmail.com>
- Date: Thu, 4 Mar 2010 15:38:05 -0500
- To: David Carlisle <davidc@nag.co.uk>
- Cc: www-xsl-fo@w3.org
Received on Thursday, 4 March 2010 20:38:38 UTC
ah, that makes alot of sense. Thanks David. I figured i was for-each-ing the students nodes anyway, and creating new page-sequence's for each student. so the node I wanted was static throughout all the pages for each student to put into the header region, so I could just get its value and test via regular xsl:if's easily versus doing stuff markers were not meant to do. Thanks!, Arian On Wed, Mar 3, 2010 at 6:58 PM, David Carlisle <davidc@nag.co.uk> wrote: > > The xsl file generates an xsl-fo document as essentially a static xml file > (even if it is never actually serialised to disk) then that xsl-fo XML > document is interpreted by the XSL-FO renderer as a completely separate > process. markers are set and retrieved by the xsl-fo engine. > the xslt engine knows nothing at all about XSL-FO, it just generates those > elements as input to a following process. > > David >
Received on Thursday, 4 March 2010 20:38:38 UTC