RE: br in XSLFO

2005-03-29 Thread Andreas L. Delmelle
-Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Hi, Anybody know how can I get a line break like br in HTML? Thanks. Ending the current fo:block should work fine... Another option would be to insert an explicit line-feed character (numeric character reference #x0A; [*]),

RE: Article in JAVAWORLD.

2005-03-28 Thread Andreas L. Delmelle
-Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] snip / FOP can really do Japanese? I didn't know that. Anyway--well done! I second that. I don't remember personally helping Manoj out, but anyway: Big THANKS for the publicity! Greetz, Andreas

RE: How can I rotate text for a 90o sidebar?

2005-03-27 Thread Andreas L. Delmelle
-Original Message- From: Tommy Reynolds [mailto:[EMAIL PROTECTED] Hi, I'm trying to insert some text into xsl-region-start and I'd like it rotated 90-degrees to you'd have to tilt your head sideways to read it. I think the reference-orientation property is the right approach but

RE: encoding space in xsl:fo

2005-03-23 Thread Andreas L. Delmelle
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] If you are on a linux system, man utf-8 explains it well. The Unicode manual has an appendix on transformations, which is probably available online. snip / Big 'THANKS' for the clarification! (Although I should've

RE: Embedding texts with different font size in a block...

2005-03-23 Thread Andreas L. Delmelle
-Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] Hi, I would like to put, on the same line, several texts that have different font sizes. For example the word BIG in 60pt followed by the word SMALL in 40pt. The following FO code does not completely work since

RE: encoding space in xsl:fo

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, I set xsl:output encoding=ISO-8859-1/ in my xsl as encoding output but on a window system   is rendered as a space ; on unix system   is rendered as A^ (unique character) It look like the mapping is dependent

RE: Build FOP

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Hi, Dumb question asked again and again. Reminds me of a saying: There are no dumb questions, there are only dumb answers. Sure, there *are* silly questions, but yours does not strike me as 'silly'. Anyway... But I seem

RE: Build FOP

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison (A bit of browsing leads me to conclude that for older versions --pre 1.5-- there was no 'TraXLiaison' taskdef

RE: Build FOP

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Hi, I thought it was an ANT problem. I am using ant 1.6.2 but the ant coming with source code and binary distribution is ant1.5.1. I didn't modify any of the build files (build.bat and build.xml) though I checked and made

RE: Build FOP

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Well, I just started on rebuilding FOP source code. Nothing has been done with fonts yet. Here is what I am going to do. Ah, ok. (Phew! For a moment, things seemed needlessly complicated) The build problem could be related

RE: encoding space in xsl:fo

2005-03-22 Thread Andreas L. Delmelle
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] Hi Peter, #160; is A0 in hex; 1100 in binary. Slight adjustment... 160 = 2^7 + 2^5, so 1010 ? (Fresh out of bed, ay? ;-)) I was thinking along the same lines, but haven't discovered the mapping yet... When

RE: fop with lenya: how can I suppress the lenya:meta in a created pdf

2005-03-16 Thread Andreas L. Delmelle
-Original Message- From: Sascha Teifke [mailto:[EMAIL PROTECTED] Hi, (*sigh*... Glen's right, you know. Question is actually more suited for Mulberry, but here we go anyway...) Normally, to keep the lenya:meta element from appearing in the ouput, all you need to do is add an empty

RE: text-indent issue

2005-03-16 Thread Andreas L. Delmelle
-Original Message- From: Puppala, Kumar (LNG-DAY) [mailto:[EMAIL PROTECTED] Can anyone direct me to the code where I can prevent inheritance of the text-indent property in the scenario mentioned below? I can point you to the code: {your-fop-dir}/src/org/apache/fop/fo/flow/Block.java

RE: following

2005-03-14 Thread Andreas L. Delmelle
-Original Message- From: Vojko [mailto:[EMAIL PROTECTED] Hi, For starters, since you already posted a purely XSLT-related question yesterday: Questions like these do not really belong on fop-user... Should be posted on Mulberry (look on the FOP resources page) Now, since I am weak

RE: Why xmlgraphics?

2005-03-14 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi Jay, Hint received. However, I am too busy using it to spend any time developing it. Well, it's not *only* a question of developing... What you are doing, for example, by answering questions of other users

RE: Problem with CDATA in the input XML-file

2005-03-04 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, Everything works fine but I have one problem. 1. I have a XML-file where some entity values is marked with CDATA .. helpText![CDATA[Some #¤%/()]]/helpText That needs to be ![CDATA[...]] (mind the markup!

RE: [Newbie] html+svg+css to pdf workflow

2005-01-26 Thread Andreas L. Delmelle
-Original Message- From: Eckbert P.Dollhofer [mailto:[EMAIL PROTECTED] Yeah! We like those :-) Hi, So where can I find any hints to do HTML+CSS+SVG - XML-FO - PDF

RE: first-including-carryover behavior?

2005-01-24 Thread Andreas L. Delmelle
-Original Message- From: David P. Nesbitt [mailto:[EMAIL PROTECTED] Hi, snip / Does FOP fully support first-including-carryover? Hmm... The compliance page(*) indicates that the support for properties for markers isn't complete, so I'd guess not. (*)

RE: first-including-carryover behavior?

2005-01-24 Thread Andreas L. Delmelle
-Original Message- From: David P. Nesbitt [mailto:[EMAIL PROTECTED] Hi David, Thanks for the clarification. Believe it or not, I did look at the compliance page, but I only looked at the retrieve-marker formatting object support (6.11.4) shows extended support. Yeah, I know...

RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi Luke, Everything looks good except that my header is no longer showing up. I am not catching any errors thrown when FOP renders the PDF. I can't figure out why it is not being shown. The cause seems to be here:

RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Thanks, I added single quotes, not sure how that was overlooked. Anyway still no header. How are you running FOP? Command line? If so, have you tried the '-d' option to turn on debugging... If you're running embedded,

RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
-Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] I may be missing something here, but shouldn't the flow-name be xsl-region-before[1]? Nope! Dmmn' Right! :-P Good catch. Greetz, Andreas - To

RE: FOP to SVG not including character references in conversion.

2005-01-18 Thread Andreas L. Delmelle
-Original Message- From: Dave Austin [mailto:[EMAIL PROTECTED] Hi, I am generating FO files from RTF files with a handy utility called RTF2FO. I set the character encoding to ISO-8859-1 for linux. I have several character references in the FO file. For instance, #8226; is

RE: Header

2005-01-17 Thread Andreas L. Delmelle
-Original Message- From: The Web Maestro [mailto:[EMAIL PROTECTED] Hi Luke / Clay, Probably, assuming there is an image at that location. Look at it this way: what location? (see below) fo:external-graphic src=url('//usr/tomcat/ac/images/topbanner/mainlogo.gif')/ http:// ?

RE: Unbound Error

2005-01-07 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, I am getting the error: org.xml.sax.SAXParseException: The prefix fo for element fo:block is not bound. Without seeing your FO source, difficult to say for sure, but it points to an error in there. Could be

RE: Need Some Help

2005-01-05 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, I see you've already discovered it yourself, but here's a bit more info on why I think it went wrong... Below is my code. When I run it in IE it get a Pop up message telling me the File does not begin with

RE: Need Some Help

2005-01-05 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, My new issue is how to render the PDF with a string input containing the contents of the FO file. From java.lang.String to java.io.StringReader to java.io.Reader to org.xml.sax.InputSource? HTH! Greetz, Andreas

RE: Xalan preceding-sibling problem

2004-12-20 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, Just for the sake of completeness: xsl:variable name=lastCatxsl:value-of select= normalize-space(preceding-sibling::node()[2]/id)//xsl:variable xsl:variable name=lastTypexsl:value-of select=

RE: space between inline

2004-12-17 Thread Andreas L. Delmelle
-Original Message- From: Thirugnanam, Kalusivalingam [mailto:[EMAIL PROTECTED] Hi, When I am using the following FO script for displaying 15th (Expected), I am getting 15 th (Actual). fo:inline font-family=Minion-Bold15/fo:inlinefo:inline vertical-align=super

RE: FOP and XInclude

2004-12-17 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, Thank you Lars. It worked perfectly. But what i don't unserstand is, can i perform a transformation from xml (using XInclude) to pdf via FOP in one step? And if so, how? Why not try setting the SysProp in

RE: space between inline

2004-12-17 Thread Andreas L. Delmelle
-Original Message- From: Thirugnanam, Kalusivalingam Hi, Surprisingly if I move the create a new block with only 15th then it is working fine with inline/wrapper. But if I add this with some additional text, it still shows one character space between 15 and th. Strange... the

RE: Xalan preceding-sibling problem

2004-12-17 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, I am attempting to compare the values in one node with the preceding node. When using the preceding-sibling on the first node, it retuns a null (which is good), but thereafter returns the value of the first

RE: FOP, JSP, TOMCAT, IE .. How to make it works!!! Please help!!

2004-12-17 Thread Andreas L. Delmelle
Original Message- From: David Gagnon [mailto:[EMAIL PROTECTED] Hi, Is there a way I can have the PDF displayed on the browser as it's generated on the server. I think this obstacle isn't presented by FOP/TOMCAT... Actually, if you look at what most browsers usually do with PDFs

RE: hyphenation

2004-12-15 Thread Andreas L. Delmelle
-Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Hi, Odd numbers represent an acceptable location for a hyphen, with higher values overriding lower inhibiting values. Sorry. Indeed! Don't know where my head was... Upside-down it seems :-) This leads me to

RE: hyphenation

2004-12-14 Thread Andreas L. Delmelle
-Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Hi, Just to make sure, if i added to classes: ) ( , and to patterns: 7( )7 ,7 And the text: Frapples,Robert(Agency) is split at 15 characters, I should get: Frapples,- Robert(Agency) Right? Not

RE: Breaking between rows before breaking rows

2004-12-12 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Hi Joerg, Andreas L. Delmelle wrote: Try specifying: keep-together=always on the table-rows. Using both keep-together=always and keep-with-next=always on all rows of a table longet than a page will send FOP

RE: Breaking between rows before breaking rows

2004-12-10 Thread Andreas L. Delmelle
-Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Hi, I have a bunch of tables, each with a bunch of rows, each with some content. I set keep-with-next='1' for each row, expecting it to page break between tables, which it does. . . for the most part. If a

RE: align=justify in preformatting content

2004-12-07 Thread Andreas L. Delmelle
-Original Message- From: Yann Bonnaillie [mailto:[EMAIL PROTECTED] Hi, Yes I could, but it won't be very nice, and it would take a very long time to do that... Aaahh... Blasted laziness! What do you mean exactly by 'not very nice'? AFAICT, it would be: a) far more 'appropriate' to

RE: align=justify in preformatting content

2004-12-06 Thread Andreas L. Delmelle
-Original Message- From: Yann Bonnaillie [mailto:[EMAIL PROTECTED] Hi, Well, I succeed to keep my new line after fop transformation, but now when I use text-align=justify on my fo:block, last line of each chapter (ie : before each new line) are expanded, what looks very bad.

RE: text-align

2004-12-05 Thread Andreas L. Delmelle
-Original Message- From: Vojko Kercan [mailto:[EMAIL PROTECTED] Hi, I tried it but it is not working. Can you help me with it? Am I using display-align correctly? Sorry for not pointing this out, but the property needs to be specified on the table-cell, so: fo:table

RE: column-count

2004-12-05 Thread Andreas L. Delmelle
-Original Message- From: Vojko [mailto:[EMAIL PROTECTED] Hi, Is it possible to use column-count inside a table? No, since the column-count property applies only to fo:region-body. see: http://www.w3.org/TR/xsl/slice7.html#column-count Or to rephrase that...how can I use text in

RE: font install error

2004-12-04 Thread Andreas L. Delmelle
-Original Message- From: Mike Sierra [mailto:[EMAIL PROTECTED] Hi, I'm trying to install a custom font for the first time, and am running this command as spec'ed in the doc: $ java -cp build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/ Well... the example command on the

RE: font install error

2004-12-04 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] -Original Message- From: Mike Sierra [mailto:[EMAIL PROTECTED] $ java -cp build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/ Well... the example command on the website may be a bit

RE: Can't generate Czech characters

2004-12-04 Thread Andreas L. Delmelle
-Original Message- From: Santiago Crespo Calvo [mailto:[EMAIL PROTECTED] Hi, One question: The value of linea strings are written in xsl:value-of select=. disable-output-escaping=yes/ Do you really *need* to disable output escaping? If not, best to leave this out, since your

RE: text-align

2004-12-04 Thread Andreas L. Delmelle
-Original Message- From: Vojko [mailto:[EMAIL PROTECTED] Hi, How can I align the text to bottom of a row or table or a cell? Setting 'display-align=after' should do the trick. Greetz, Andreas - To

RE: Font style problem

2004-11-30 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, I have all the fonts available in my System . But the fop does not pick up the right font while applying. snip / Is there anything wrong in the code. No. You probably want to take a closer look at:

RE: How to set column-width dynamically

2004-11-29 Thread Andreas L. Delmelle
-Original Message- From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] Hi, snip / How can I set column-width dynamic fo:table-column column-width= proportional-column-width('${calculatedWidth}') Does not work. Can any values of FOP attributes be set dynamically? Well, to this

RE: starting a new page

2004-11-29 Thread Andreas L. Delmelle
-Original Message- From: Osman inar Eren [mailto:[EMAIL PROTECTED] Hi, In theory, the addition of the attribute needs to be put somewhere over ... fo:table-row ... here. Now you are of course faced with the challenge of determining what exactly to put in your xsl:if

RE: How to set column-width dynamically

2004-11-29 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] -Original Message- From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] Hi, Slight addition/correction: No, in the sense that an XSL-FO fed to FOP --so at the moment when it's purely an XML

RE: Internal Hyperlink

2004-11-26 Thread Andreas L. Delmelle
-Original Message- From: Sven Waibel [mailto:[EMAIL PROTECTED] Hi Sven, i need in my xsl an expression like that: id={concat(@id,../@id)} because i must combine the unique one with not unique one, so i get a unique combination. In these cases (esp. when the id's are all numerics),

RE: starting a new page

2004-11-26 Thread Andreas L. Delmelle
-Original Message- From: Osman ?nar Eren [mailto:[EMAIL PROTECTED] Hi, in the following body after the first template is applied, i want to start the second template in a new page. Since you leave us guessing... the template probably currently looks like: xsl:template

RE: Table Cell with height=100%...

2004-11-24 Thread Andreas L. Delmelle
-Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Hi, I want several cells in a single column with set widths, non-uniform amounts of text, identical borders, and vertically aligned text. I have done everything except for the borders. I don't see how to make

RE: Applying multiple styles using span tag problem

2004-11-24 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, First of all, it may be worth mentioning that this question is actually better suited for an XSLT-related list. Furtermore... I have a span tag which looks like span

RE: Applying multiple styles using span tag problem

2004-11-24 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] [Slight adjustment + addition:] xsl:template match=span fo:block xsl:apply-templates select=@style / /fo:block /xsl:template You can create an fo:block or an fo:inline here, depending on whether

RE: OUTLINE QUESTION

2004-11-23 Thread Andreas L. Delmelle
-Original Message- From: Nestor Martinez [mailto:[EMAIL PROTECTED] Hi, Here is a little bit of the fo file, where it shows the block with the id, but it actually goes to the block right after the block with the leader inside of it, in other words, it points to two blocks down from

RE: JCE present but not working

2004-11-23 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, * I have downloaded bcprov-jdk14-125.jar from Bouncy Castle and have put that jar file in fop-0.20.5\lib. Wrong location (see also a thread from ... yesterday, I believe) You have to put it in the lib\ext

RE: JCE present but not working

2004-11-23 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] ... (probably) wrong location again. It's far more likely that you have a separate Java Runtime under Program Files somewhere (--the one your %JAVA_HOME% refers to). Hmm... A bit more precise: the Java Runtime

RE: References on same page

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: Sven Waibel [mailto:[EMAIL PROTECTED] Hi, snip / But i get this error: internal-destination or external-destination must be specified in basic-link This would mean that the attribute in question is empty, so the sketched expression as I wrote it

RE: OUTLINE QUESTION

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: Nestor Martinez [mailto:[EMAIL PROTECTED] Hi, Does any one know why the following code wouldn't work as expected. When I click on a bookmark link it takes me to the correct page but not the exact location, it always points to the block right below the one

RE: Question about full page tables

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: Jon Steeves [mailto:[EMAIL PROTECTED] Hi, The problem I'm having is each item has a different amount of text so that some rows are thinner than others. Can anyone help me? IIUC, the best way to solve this is by setting the row-height explicitly to

RE: PDF encryption

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, What I have done: - downloaded the bcprov-jdk14-125.jar from bouncycastle.org - copied it into C:\j2sdk1.4.2_06\jre\lib\ext - edited the file java.security and added the line

RE: email links in pdf

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] [Tom Healy :] However, mailto: works without this problem if I use lowagie iText to generate the pdf . Interesting. Well, they're both open source, it shouldn't be too hard to find the difference. For

RE: email links in pdf

2004-11-22 Thread Andreas L. Delmelle
-Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] I couldn't find the extension mentioned on the FOP website - the original poster might find it useful too. Posted on fop-dev a few weeks ago: http://wwwstud.ira.uka.de/~s_hecht/ Greetz, Andreas

RE: Generate czech characters with PDF

2004-11-21 Thread Andreas L. Delmelle
-Original Message- From: Santiago Crespo Calvo [mailto:[EMAIL PROTECTED] Hi, Im trying to generate a pdf with czech characters: #269; but it does not work.How can I embed this chars?. Ive tried with hyphenation settings and configuring fonts (Arial o Helvetica) but it doesnt

RE: Generate czech characters with PDF

2004-11-21 Thread Andreas L. Delmelle
-Original Message- From: Santiago Crespo Calvo [mailto:[EMAIL PROTECTED] Yes, I see the # character and the ? character. See: http://xml.apache.org/fop/faq.html#pdf-characters http://xml.apache.org/fop/fo.html#xml-special-chars Ii dont know the term glyph. Who's that?

RE: fop 0.20.5 with batik 1.5.1

2004-11-20 Thread Andreas L. Delmelle
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of hilz Hi, I have a program that uses fop 0.20.5. It used to work fine with an older version of batik(i don't know which version), but now when i updated to batik 1.5.1, and run fop, i get the following exception:

FW: list overlapping

2004-11-19 Thread Andreas L. Delmelle
(Correcting a mistake: see below) -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] -Original Message- From: Ganesh Babu Nallamothu, Integra-India ... the problem is when you convert to PDF the second text is overwriting on first one

RE: Page X/Y, forward references and iText

2004-11-19 Thread Andreas L. Delmelle
-Original Message- From: FOUCAULT Séb [mailto:[EMAIL PROTECTED] Hi, I read a lot of articles dealing with issues with forward references in long documents in the mailing list archives (page x / y). Using a third-party tool such as iText is a solution often suggested to tackle this

RE: References on same page

2004-11-19 Thread Andreas L. Delmelle
-Original Message- From: Sven Waibel [mailto:[EMAIL PROTECTED] Hi, Oh, but you already have id attributes you can use... I think the following would do it (rough sketch, supposing that the combination nodes are on the same level as the tables node) xsl:template

RE: References on same page

2004-11-18 Thread Andreas L. Delmelle
-Original Message- From: Sven Waibel [mailto:[EMAIL PROTECTED] Hi Sven, snip / My problem is that i don't know how many details i will have, so i can't say id=detail1, id=detail2. The way I see it, the simplest solution would be to add a unique identifier to each detail-node in

RE: list overlapping

2004-11-18 Thread Andreas L. Delmelle
-Original Message- From: Ganesh Babu Nallamothu, Integra-India Hi, First of all: I feel compelled to point out that what you are trying to do and the way you seem to be going about it, is actually violating the concept of a list-block IMHO (a two-column table seems far better suited

RE: Current CVS - break-after/before=page not working?

2004-11-16 Thread Andreas L. Delmelle
-Original Message- From: Tom Frey [mailto:[EMAIL PROTECTED] Hi Tom, Everything would work fine in the HEAD CVS besides the page breaks. Is this something that is going to be fixed soon or is there anything I can do about that? Well... ATM not 'everything' works fine in HEAD,

RE: font weight style

2004-11-12 Thread Andreas L. Delmelle
-Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Hi Mark, Where there are specific bold, italic and bold italic files does FOP need to have access to these or is it enough to convert the normal file and specify different font-triplets for the same xml file It's

RE: font weight style

2004-11-12 Thread Andreas L. Delmelle
-Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Hi Mark, Regarding the example I posted of Century Gothic which has a normal font file and a bolditalic font file. Would that look like this That depends on what you want to achieve... AFAICT, there are also

RE: font weight style

2004-11-12 Thread Andreas L. Delmelle
-Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Hi Mark, Incidentally, I did have specific font files for Century Gothic Bold and Century Gothic Italic, it's just that the very intelligent windows app I have written is deleting them after creating the font metrics

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Agar, Robert [mailto:[EMAIL PROTECTED] Hi Rob, I'm getting this rather less than helpful error message: snip / A couple of hints: 1. try running FOP with the '-d' command line switch. This should give you more information, maybe even more helpful :-) 2. if

RE: hyphenation in single syllable language?

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Hoàng Tuân Nguy?n Ð?ng [mailto:[EMAIL PROTECTED] Hi, i want to know about the capablity to disable spliting a word in fop ? hyphenation as i know!! i've build a Vietnamese pdf document with fop, but there is some problem with the result. Vietnamese is a

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Agar, Robert [mailto:[EMAIL PROTECTED] Hi Rob, snip / ... tracked down the error to a null pointer exception at org.apache.fop.fo.pagination.PageSequence.init(PageSequence.java :173), caused by the fo:layout-master-set element being missing. Well, it's

RE: Font Metrics

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Jarred the necessary classes for a TTF converter. Just in case anyone refers to this thread in the future, you also need the tools\io classes. Oops, my mistake --too quick again :( Thanks for the correction. Greetz,

RE: hyphenation in single syllable language?

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Hoang Tuan Nguy?n D?ng [mailto:[EMAIL PROTECTED] Hi, snip / i've try your suggest but there is no change :(. fist at all, i've change my locale in docbook source from 'vi' to 'en', the hyphenation is work well, my word isn't split ! But when i try to copy

RE: Font Metrics

2004-11-10 Thread Andreas L. Delmelle
-Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED] Hi Mark, The fonts page on the apache fop web site contains the following info re generating font metrics files. snip / I would like to jar up the necessary classes for doing this (to be packaged with an ActiveX).

RE: Footer placement...

2004-11-07 Thread Andreas L. Delmelle
-Original Message- From: Anil Pinto [mailto:[EMAIL PROTECTED] Hi, Can I get some more information or links on how this can be done with markers or footnotes ? I need to come up with a solution soon. Thanx in advance. For the solution with markers, the explanation is: - define

RE: Transparent image in footer

2004-11-02 Thread Andreas L. Delmelle
-Original Message- From: Mark Donnelly [mailto:[EMAIL PROTECTED] Hi, I have placed an image in my document footer. Im wondering how I can make the image transparent or at least in the background so that it does not overwrite content that drifts into the footer area? Haven't

RE: Problem with SVG

2004-10-28 Thread Andreas L. Delmelle
-Original Message- From: Johannes Franz [mailto:[EMAIL PROTECTED] Hi, FYI: since your original question also mentioned 'how many svgs can one embed before the OOMError occurs?', here's a little advice. You won't be able to accurately test this with just one SVG, you'd need to have

RE: Problem with SVG

2004-10-28 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] FYI: since your original question also mentioned 'how many svgs can one embed before the OOMError occurs?', here's a little advice. You won't be able to accurately test this with just one SVG, you'd need

RE: Inherited Block Properties

2004-10-27 Thread Andreas L. Delmelle
-Original Message- From: Puppala, Kumar (LNG-DAY) [mailto:[EMAIL PROTECTED] Hi, I am having some difficulty understanding the inheritance of attribute properties for fo:block and fo:inline. The properties seem to be inherited but that theory does not seem to be consistent for all.

RE: Retrieve-marker problem. Can anyone help with wrapper workaround?

2004-10-22 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Here is my marker code (FOP 0.20.3): !--parse out the markers-- fo:inline font-size=7pt color=black font-weight=normal white-space-collapse=true xsl:for-each select=@*[starts-with(name(.),'marker__')]

RE: XPath 2.0 XSLT 2.0

2004-10-20 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] snip / In the same fashion, one could opt to use an XML parser other than Xerces. FYI: While browsing through the sources, I found only one direct reference to a Xerces-specific class

(Moved from fop-dev:) RE: Help required -- Converting TeX files to XML

2004-10-20 Thread Andreas L. Delmelle
Hi, Can anyone guide me how to add hyphenation for Japanese language? I have got .tex file for SJIS i.e. SJIS.tex, but according to FOP's documentation, I need to convert it in .xml file. I don't know how to convert it. So, please guide for the same. Check:

RE: XPath 2.0 XSLT 2.0

2004-10-20 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: Should be quite simple really: replace the Xalan jar in your JVM's 'lib/endorsed' directory with Saxon's jar. Note that this will wreck all Java applications on the system which need

RE: variable with fo value

2004-10-18 Thread Andreas L. Delmelle
-Original Message- From: TAILLEZ Yannick [mailto:[EMAIL PROTECTED] Hi everyone, I 'm trying to do something like this : snip / Hi, IIUC, But the two variables are empty and retrieve-marker return a correct value. Well... the xsl:variables wouldn't be empty. They would contain

RE: Question concerning Xalan.

2004-10-14 Thread Andreas L. Delmelle
Hi, Try: redirect:write select=concat('foo',position(),'.html') ... Dunno for sure, but could even be that it needs the curly braces for an AVT, like so: redirect:write select={concat('foo'...)} One thing's for sure: ampersands definitely can't be used for string concatenation in XSLT.

RE: Question concerning Xalan.

2004-10-14 Thread Andreas L. Delmelle
Yep, that would be because '+' is only meant for numeric addition. Since two of the operands are not numbers, you get NaN (IIC, short for Not a Number...) Cheers, Andreas -Original Message- From: Johannes Franz [mailto:[EMAIL PROTECTED] Sent: donderdag 14 oktober 2004 19:42 To:

RE: Question concerning Xalan.

2004-10-14 Thread Andreas L. Delmelle
-Original Message- From: Johannes Franz [mailto:[EMAIL PROTECTED] Thanks. Your version provided the right way. Do you know a page with examples for the xslt functions? So that i don't have to strain this list all the time. :) Check: http://www.dpawson.co.uk/xsl/sect2/sect21.html

RE: Question concerning Xalan.

2004-10-14 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] -Original Message- From: Johannes Franz [mailto:[EMAIL PROTECTED] snip / One last problem still remains. The position seems to be multiplicated with two. I mean the name of the files is foo2.html

RE: Cocoon 2.1 + Encryption

2004-06-08 Thread Andreas L. Delmelle
-Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED] Hi, I've installed everything like appars in http://wiki.cocoondev.org/Wiki.jsp?page=FOPPDFEncryption but I can't get it working, could it be a problem with the API? Nope. It's most probably related to the fact that

RE: Cocoon 2.1 + Encryption

2004-06-08 Thread Andreas L. Delmelle
-Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED] Andreas, thanks for your patience. I've tried doing what you told me, I rebuilt the source with my jdk containing the JCE API, but I get the same results, can I send you my config files ? Sure, but first, can you try

RE: Cocoon 2.1 + Encryption

2004-06-08 Thread Andreas L. Delmelle
-Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED] I successfully ran FOP standalone as described and could get the encrypted PDF with no problems, but I can't still get it with Cocoon on JBOSS, here I attach the config files. Hmm... Can't seem to find any reason why

RE: Cocoon 2.1 + Encryption

2004-06-08 Thread Andreas L. Delmelle
-Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED] Sent: dinsdag 8 juni 2004 22:19 oops damn it! I thought it was 2.1, but not 2.1.5-dev, where can I get it ? the version that appears in http://apache.mesi.com.ar/cocoon/cocoon-2.1.5-src.tar.gz is right? Sorry, no

RE: PDF Encryption not available warning

2004-06-03 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] Hi Abhi, I am running FOP version 0.20.5 using command line to generate PDF. When I use the -nocopy option I get a warning saying PDF encryption not available. I believe that PDF encryption is supported for version

  1   2   3   4   >