Search found 3 matches

by dfx
Thu Apr 01, 2010 9:53 am
Forum: XSLT and FOP
Topic: <fo:block break-before="page"> not working
Replies: 0
Views: 3816

<fo:block break-before="page"> not working

Hi, Still new to this language so please go easy on me. Here's my (simplified) code : <xsl:template name="Doc2Page_1"> <xsl:call-template name="myTemplate1"/> </xsl:template> <xsl:template name="Doc2Page_2"> <fo:block break-before="page"> <xsl:call-template na...
by dfx
Thu Nov 19, 2009 4:43 pm
Forum: XSLT and FOP
Topic: Test an XSLT file
Replies: 3
Views: 3534

Re: Test an XSLT file

Thanks, I'm relatively new to this kind of editing. My transformation scenario is configured to transform the XSL file from the XML file in the scenario. I think I need to do the reverse and create a scenario for one XML file that uses the XSL file I want to test, then select all my XML files and us...
by dfx
Thu Nov 19, 2009 11:40 am
Forum: XSLT and FOP
Topic: Test an XSLT file
Replies: 3
Views: 3534

Test an XSLT file

Hi,
I currently have the Apply Transformation Scenario button configured so that if I select the XSL file to transform, it will use the xml file of the same name. How can I set up different xml files for all my test cases and then transform all these files in one go?