problem with the combination of numberation and sort

2004-09-03 Thread Dirk Sonne
Hello List, i have a little problem with the combination of numberation (xsl:number format="1.1" level="multiple" count=" value | anOtherValue" /) and sort (xsl:sort select="value"/) If I use only xsl:number or xsl:sort, it works fine. But a combination of both won't work. The sort works but

2 images with different sizes in a table row

2004-09-03 Thread Sven Waibel
Hello, i've two images with different sizes, one 2cm the other one max. 2cm. Table-row --- | Image1 |Image2 | --- So should be the height 2cm, but it doesn't work: fo:external-graphic

Re: problem with the combination of numberation and sort

2004-09-03 Thread Chris Bowditch
Dirk Sonne wrote: Hello List, i have a little problem with the combination of numberation (xsl:number format=1.1 level=multiple count= value | anOtherValue /) and sort (xsl:sort select=value/) If I use only xsl:number or xsl:sort, it works fine. But a combination of both won't work. The sort

Re: 2 images with different sizes in a table row

2004-09-03 Thread Chris Bowditch
Sven Waibel wrote: Hello, i've two images with different sizes, one 2cm the other one max. 2cm. Table-row --- | Image1 |Image2 | --- So should be the height 2cm, but it doesn't work: fo:external-graphic

Re: 2 images with different sizes in a table row

2004-09-03 Thread Sven Waibel
It doesn't work. I don't understand it. Sven Chris Bowditch wrote: Sven Waibel wrote: Hello, i've two images with different sizes, one 2cm the other one max. 2cm. Table-row --- | Image1 |Image2 |

RE: problem with the combination of numberation and sort

2004-09-03 Thread cknell
Please post your XML and XSLT so we can get a look at the problem in context. From :Dirk Sonne [EMAIL PROTECTED] To :[EMAIL PROTECTED] CC : Subject :problem with the combination of numberation and sort Date :Fri, 03 Sep 2004 09:38:03 +0200 Hello List, i have a little problem with the

how can I create template for manipulating embedded and external style sheet present in the html page? Is it possible?

2004-09-03 Thread Eldho George
Hi, I am working with the project of converting a web Page into PDF.I am using FOP.I am creating the formatting object tree using xslt.I already create template for most of the html 4.0 tags and everything this working perfectly.But I have problem with table .It showing the table

Re: 2 images with different sizes in a table row

2004-09-03 Thread Chris Bowditch
Sven Waibel wrote: It doesn't work. I don't understand it. What behaviour are you observing? What is the dpi of your image? Without width/height specified, FOP defaults to 72dpi and sizes the image accordingly. To scale your image to a particular size, I find that specifying both width and

Re: 2 images with different sizes in a table row

2004-09-03 Thread Sven Waibel
That's it. The first image was 72dpi but the other not. Now i changed it to 72dpi and it works. Thanks Sven Chris Bowditch wrote: Sven Waibel wrote: It doesn't work. I don't understand it. What behaviour are you observing? What is the dpi of your image? Without width/height