Hi, I am trying to get special characters (like ≤ <= sign or ≥ is the >= sign) in my document. The font I am using is not supporting these...
Harm Kok
h.kok@...
Jun 2, 2003 2:15 pm
3556
I need some help generating PDF from XML and XSL-FO. However my XML contains some nodes that hold HTML tags such as tables fonts, etc.. Therefore, in some of...
... See xhtml2fo.xsl at http://www.antennahouse.com/XSLsample/XSLsample.htm I hope this helps. ................ Ken -- Upcoming hands-on courses: (registration...
Actually I'm looking at this solution, however I don't know how to use it. Assume I have an HTML File called test.html. How do I send it through xhtml2fo for...
... If you are unaware of XSL-FO and stylesheets, why is it you think you need XSL-FO? Are you sure you are looking for the information that you need?...
Sorry, I may have misled you. I'm generating XML file from a SQL database than using XSL producing HTML. I would also like to produce PDF files. The problem...
Harm, ... characters ... I had the same problem sometime ago. I think you're problem is the Avenir font. Open the charmap utility if you have this font...
Why does having HTML tags within your XML prevent you from using XSL-FO stylesheets? If you're using XSL to output HTML, I'd think you could use XSL-FO to...
Dahlquist_Michael/shu...
Jun 2, 2003 8:04 pm
3563
It is easy to output XML nodes containg HTML using XSL because the end result is HTML. I'm doing this as follows: <xsl:value-of select="Notes_E"...
I meant to say: the HTML in your XML is well-formed, so it can be transformed by a stylesheet. It does seem that XHTML2FO would work for you, with your own...
Dahlquist_Michael/shu...
Jun 2, 2003 9:05 pm
3565
Thank you for this info. I have created the following sample file and than called it from a web browser expecting to generate a newly formatted document ...
Geurt, Thanks, for the answer. What is the solution? Can I change these font mappings in any way? Or should I purchase another font? Harm...
Harm Kok
h.kok@...
Jun 3, 2003 6:14 am
3567
Hi, i am not an expert at page sequences! All i need to do is have an alternating page sequence but with page 2 (ie back of page1) always kept blank. The trick...
... Thankfully, this is quite straightforward in conforming XSL-FO engines: alternate in a page sequence two simple page masters, one with a region accepting...
... region ... accepting the ... keeping ... content of ... static"/> ... Ken, thanks very much. Am I correct in assuming that this solution would result in...
... I apologize for misreading your requirements ... just change the page sequence to the following: <page-sequence-master master-name="frame-pages"> ...
You don't want to format the XHTML with a stylesheet for display in a browser; you want to transform it into FO. You'll have to use an XSLT processor, like...
Dahlquist_Michael/shu...
Jun 3, 2003 2:31 pm
3573
... invoice ... is ... file, ... there ... searched ... this. ... page ... the ... height="11in" ... font- ... xsl?...
... Then change the XSL to create a page-sequence for every invoice. ... You don't show how you are processing invoices, but I'm assuming you have a template...
... you have a ... out of the ... for the ... of ... but not ... Thanks for the help. I went back and revisited the basic structure of an xsl:fo document and...
... Regards, Roman Kagarlitsky, CEO, www.RenderX.com ... From: "notable17" <darryl_grimes@...> To: <XSL-FO@yahoogroups.com> Sent: Wednesday, June 04,...
Roman Kagarlitsky
rak@...
Jun 4, 2003 4:32 pm
3577
I was informed by some guys at Chive.com (Apoc) that a URL starting with / was inappropriate. This is a quote of the email from him about FO and URLs in FO for...
... Welcome! ... I'm not sure what you mean by both "left justified and right aligned" at the same time ... if you mean justified from end to end on each line,...
Hi, I found the solution to my problem in the the book of Jeni Tennison. You can use this for formatters that don't support the font-family as FOP and...
Harm Kok
h.kok@...
Jun 5, 2003 11:54 am
3581
Hi, I am currently facing two issues 1. I am unable to set proper margins for my region-body. It overlaps the header and footer. I need to assign 3cm for my...
Newbie question: I need to compile an XSL for performance reasons. My question is, can I compile a fo xsl file and create a pdf in Java? Thanks for any help!...
IHi, I copied this code from http://www.dpawson.co.uk/xsl/sect3/headers.html#d9100e73 to see if different page headers work or not. I have noted the error it...
Hi, I am finally at the end of finishing my first xsl-fo generated pdf report using fop-0.20.4. The xml I generate has tags which are populated by text from...