AW: table-cells

2002-01-11 Thread Krueger, Alexandra



Hi,

for 
englisch language you cantry:

fo:flow flow-name="xsl-region-body" language="en" hyphenate="true" 
hyphenation-push-character-count="2" 
hyphenation-remain-character-count="2"
bye
Alex

  -Ursprüngliche Nachricht-Von: Baptiste Casanova 
  [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 11. Januar 2002 
  14:30An: [EMAIL PROTECTED]Betreff: 
  table-cells
  Hi,
  I have a problem with table-cells width 
  :
  if the text inside the cell is only a long word, 
  it is not truncated and doesn't fit in the cell.
  Howcould imanage that?
  
  Anyhelp much appreciated!
  thanks,
  
  Baptiste CASANOVA
  [EMAIL PROTECTED]
  
  
  


AW: match attribute is not allowed on the xsl:apply-templates elem

2002-01-14 Thread Krueger, Alexandra


Hi,



xsl:template match =... is OK

but
xsl:apply-templates match= is no OK, the right command is:
xsl:apply-templates select=...

Alex

-Ursprungliche Nachricht-
Von: BRAHMA [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 15:29
An: [EMAIL PROTECTED]
Betreff: match attribute is not allowed on the xsl:apply-templates
elem


Hi  List,

I am having problem while converting xml to pdf...with xsl:fo

 xsl:apply-templates match=libertis/
  /xsl:template

xsl:template match=libertis
   fo:block text-align=start   font-size=8pt In the libertis
/fo:block
  xsl:apply-templates match=valueObject[@classId='61']/
  /xsl:template

 xsl:template match=valueObject[@classId='61']
  fo:block text-align=start   font-size=8pt In the ValueObject
/fo:block
   /xsl:template
---
getting an exception like

java.lang.reflect.InvocationTargetException:
org.apache.fop.apps.FOPException:
match attribute is not allowed on the xsl:apply-templates element!

-
I really appreciate if any of you help me  in solving this bug.

regards
brahma

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]