You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Sven Waibel <sv...@imbus.de> on 2004/08/26 13:02:18 UTC

Problems with tables and templates

Hi,

i have a table with 3 columns.

Example:

Table:     	Test	Status	Priority
		Theme1
		Test1	ok	1
		Test2	fail	1
		
		Theme2
		Test1	ok	3
		Test2	ok	2


The xml file:
		<root>
		   <theme>
			<name></name>
			<test>
				<name></name>
				<status></status>
				<prio></prio>
			</test>
		   </theme>
		</root>



Now my problem is the following:

How can i achieve that the table will be filled up correctly?

In my xsl-fo file i have a template that matches "theme" and calls template matching "test".

So looks the table after filling it up with my solution:



Table:     	Test	Status	Priority
		
		Test1	
			ok	1
		Test2	
			fail	1
		
		
		Test1
			ok	3
		Test2	
			ok	2


Thanks in advance

Sven


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Problems with tables and templates

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Sven Waibel wrote:
> How can i achieve that the table will be filled up correctly?

This looks like an XSLT problem. Ask on the XSL list:
  http://www.mulberrytech.com/xsl/xsl-list/

You'll probably have to supply a slightly more complete
problem description for a really helpful answer.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org