Hello Tommaso, --- Tommaso Taglioni <[EMAIL PROTECTED]> wrote: > > First problem: In my xml there is a tag "ndr" that > is present one or more > times in a specified point.The problem is that I > don't have to process it as > a normal <xsl:template match="ndr"> but I have to > insert the content of this > tag in the cover of my PDF and not in the rest of > the PDF pages.So,how can I > insert the content of a tag in a point of the PDF > that I want? >
"insert the content of this tag in the cover of the PDF and not on the other pages" --> "do something on one set of pages but not on others" --> use a separate fo:page-sequence for the cover page. "I don't have to process it as a normal <xsl:template match="ndr"> but I have to insert the content of this tag" --> copy the value of a tag --> use xsl:copy? > Second Problem:it's possible to say something as > "when you find the tag H1 > go to new page(start a new page)" in the XSL-FO? > I would use separate fo:page-sequences for that as well (I think). You seem to be doing standard HTML->FO conversion. [1] may be of use for you. [1] http://www-106.ibm.com/developerworks/library/x-xslfo2app/ Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]