Hi,
I've a problem with the RTF serializer. I'm trying to create links in the RTF document with this xml:
<fo:basic-link external-destination="http://www.jfor.org" color="rgb(255,00,00)">http://www.jfor.org</fo:basic-link>
Current problem: RTF contains the links but color is not used and link target is "null"
I took the link-and-bookmark-test.xml from the jfor distribution to do some tests:
- generating/serializing this file to RTF works fine - generating/transforming(xsl)/serializing to RTF does _NOT_ work
Then I took the XML generated by transformer and saved it as file. Using the generate/serialize approach (without transformer) it works fine again.
Last test: created an "empty" xml (<empty />) and created a simple stylesheet containing only one template with my complete original xml. Same result, does not work! :-(
So if some has an idea what I'm doing wrong -- please help :))
-- Patrick Hess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
