• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Handling Nested tables in xsl:fo for saving a document in RTF

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i would like to save a document in RTF format, while saving this document in RTF format,
i am not able to get the content available inner tables.

the XML i have will be of this type:


the template for handling this xml:


but when i execute this code and open the document in RTF format,
i am getting the "Outer Table Content" and not the inner table content
"Inner Table Ccontent : Hello world"
"Welcome to the world of XSL:FO"

is there anything wrong with my code. the thing is,
the same piece of code is giving me all the ouput while saving the document in PDF format.
kindly help me out in fixing this code right.


Edit Comment: Disabled smiles. Added code tags.
[ July 09, 2006: Message edited by: Madhav Lakkapragada ]
 
Get me the mayor's office! I need to tell him about this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic