Re: How can i convert xml file to xsl-fo without giving any xslt.

2004-08-03 Thread Enrique Rodriguez Lasterra
Helo... I'm not a FOP expert, nor XSL expert.
What i do is use freemarker, a java open source template engine (very, 
very, very fast)

I create FOP-templates and i transform it with an XML.. Freemarker has a 
great way to use XML.

I prefer it than XSL. I think it is easier.
Byes.
Eldho George wrote:
Hi,
How can i convert xml file to xsl-fo without giving any xslt.
Actually  my problem is i have to convert one html to pdf format using fop.I
tried with fop example.But there is a need to supply xsl file.
can i directly convert xml to pdf without spacifying any xslt.
I am new in fop and xml.Please help me
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


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


fop bug with fo:footnote and 2 columns documents

2004-05-23 Thread Enrique Rodriguez Lasterra
When I use footnotes and 2 columns documents, the first column sometimes 
enter inside de area of the footnote.

I can't find similiar behaviour in fop bugzilla, but i'm not a fop expert.
Does anybody have the same problem?

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


Re: columns and images

2004-04-05 Thread Enrique Rodriguez Lasterra
Chris Bowditch wrote:
span="all" only works on a block if the block is a direct descendent 
of fo:flow.

Test to see if span="all" is working using text rather than a table in 
the block. Text placed inside a block with span="all" is known to 
work, but there may well be a bug with tables. If the Text inside the 
spanning block does span both columns but the table does not, please 
report back and ill make a note on the compliance page.
Spanning blocks with tables go perfectly. Thank you Chris.
Thanks,
Chris

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


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


columns and images

2004-04-05 Thread Enrique Rodriguez Lasterra
Hi all,
I'm developing and xsl to render documents in two columns.
These documents usually have tables and i like to span they to see it 
better.

I'm wirting the table inside a block with the span="all" attribute, but 
the table still be attached to one column.

Does fop support this feature?
Regards, Enrique.
code:
.
.
.

space-after.maximum="6pt"
space-after.minimum="2pt"
space-before.optimum="4pt"
space-before.maximum="6pt"
space-before.minimum="2pt"
font-size="8pt"
span="all">
   
.
.
.


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