list problems

2002-06-13 Thread gabor
hi,
i've just migrated from 0.20.1 to 0.20.3, and now my lists aren't 
working well :-((

before for bulleted-list i used something like this:
(xslt):
--
fo:list-item
fo:list-item-label start-indent={$nestinglevel} * 6mm
fo:block
fo:inline font-size=15pt
font-family=Symbol#183;/fo:inline
/fo:block
/fo:list-item-label
fo:list-item-body start-indent=(0.7+{$nestinglevel}) * 6mm
fo:block
  xsl:apply-templates/
 /fo:block
/fo:list-item-body
/fo:list-item
---
the important is the fo:list-item-label...
in 0.20.1 it created bullets and now it creates '#' :-(
actually i can put anything in the place of #183;... fop will draw as 
many #s as long that string is

any ideas where the problem could lie?
thanks,
gabor


table-layout=fixed

2002-06-12 Thread gabor
hi,

what should i do to get rid of that


[WARN]: table-layout=auto is not supported, using fixed!

message?

i tried to put table-layout=fixed into the fo:table tag, but it
didn't help...

and btw. what's the status of tables in fop?

i understand i can't use fully dynamic tables, so i have to specify some
width info... and can i specify % as column-width?

thanks,
gabor