- From: Stephen Deach <sdeach@Adobe.COM>
- Date: Wed, 09 Aug 2000 08:20:49 -0700
- To: Elisio Pereira <elisiomp@yahoo.com.br>, sdeach@Adobe.COM
- Cc: xsl-editors@w3.org
I will repeat my previous response (again), I can not provide assistance on various XSL applications, you must contact the individual application developer or try: You may wish to post your question on the xsl-list@mulberrytech.com. This is a public forum discussing the usage of XSL & XSLT. (A similar series of questions and responses were posted there in the past week.) The participants are quite helpful in providing real-world answers to questions such as yours. They can also direct you to other lists that specialize in the particular transformer & formatter you may be using. In order to limit spam, it is necessary to register to post questions to this forum. Follow the instructions on www.mulberrytech.com for signing up on the xsl-list. (This is the 5th time I have responded with this recommendation, yet you persist in sending me requests for assistance.) ---SDeach At 19:17 2000-08-08 -0300, Elisio Pereira wrote: >I need to put a generic header for all the pages of >pdf file, I tried to use the example " 6.6.1.1.3 Page >numbering and page number reference" but it didn't >work, I am sending the xsl file for you to send me >some explanation, thank you very much. > > >****************************************************** > ><?xml version="1.0"?> ><xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:fo="http://www.w3.org/1999/XSL/Format"> > > > <xsl:template match="/"> > <xsl:apply-templates select="Estoque"/> > </xsl:template> > > > <xsl:template match="Estoque"> > > ><xsl:processing-instruction name="cocoon-format"> >type="text/xslfo" ></xsl:processing-instruction> > > > <fo:root >xmlns:fo="http://www.w3.org/1999/XSL/Format"> > > <fo:layout-master-set> > <fo:simple-page-master > master-name="main" > margin-top="25pt" > margin-bottom="5pt" > margin-left="5pt" > margin-right="5pt" > page-width="841.68pt" > page-height="595.44pt" > > > > > <fo:region-body margin-bottom="0pt"/> ><fo:region-before extent="10mm"/> > </fo:simple-page-master> > </fo:layout-master-set> > > > <fo:page-sequence master-name="main"> > > <fo:static-content >flow-name="xsl-region-before"> > <fo:block> > <xsl:text>Page </xsl:text> > <fo:page-number/> > </fo:block> > </fo:static-content> > > > <fo:flow flow-name="xsl-region-body"> > > <xsl:apply-templates select="Corpo"/> > > </fo:flow> > </fo:page-sequence> > > </fo:root> > </xsl:template> > > ... > > >===== >======================== >Elisio Menegueli Pereira >epereira@discover.com.br >======================== > >________________________________________________________________________ >O YAHOO! GEOCITIES CHEGOU AO BRASIL! >Crie sua home page com tudo em português - http://br.geocities.com > > ---Steve Deach sdeach@adobe.com
Received on Wednesday, 9 August 2000 11:17:22 UTC