Re: Unicode interpretation

2002-01-09 Thread Jörg Flotho
Whatever my encoding type is (UTF-8 or UTF-16 or none)in the xml.file and xsl.file, the IE 5.0 shows UTF-8 viewing the filename.fo. Jörg -Ursprüngliche Nachricht- Von: Mike Akerman [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. Januar 2002 23:27 An: [EMAIL PROTECTED] Betreff: Re: Un

[PATCH] more text-decoration (maintenance branch)

2002-01-09 Thread Christian Geisert
Ok, this should be my last patch for this maintenance release ;-) It adds inheritance for the text-decoration property from parent inline or block elements and fixes a bug with non-breaking spaces (but not all) Christian Index: docs/examples/fo/textdeko.fo =

RE: please help...PCL renderer not formatting properly

2002-01-09 Thread Dudley . Butt
ok, i did all that and got the cvs but now neither the pdf or pcl is being rendered. I dont get any errors, no warnings, nothing, it just renders 0 pages and exits normally, any ideas? -Original Message- From: Art Welch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 7:10 PM To

RE: please help...PCL renderer not formatting properly

2002-01-09 Thread Dudley . Butt
does anyone know if a patch or fix has been made for the pcl problem? -Original Message- From: Art Welch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 7:10 PM To: '[EMAIL PROTECTED]' Subject: RE: please help...PCL renderer not formatting properly This was a known problem. I

Vertical text ( reference-orientation)

2002-01-09 Thread Manuel Moons
Hello, I would like to place a block of text in the vertical position, is this possible and how. I have been trying using SVG and reference-orientation but using SVG and the reference-orientation attribute I am getting some errors/warnings. Does anyone have a better suggestion. Thanx Manuel

Re: please help...PCL renderer not formatting properly

2002-01-09 Thread Jeremias Maerki
You have to make sure you check out with tag "fop-0_20_2-maintain". The version you got is the one where the redesign is in progress. On Wed, 9 Jan 2002 11:06:28 +0200 Dudley.Butt wrote: > ok, i did all that and got the cvs but now neither the pdf or pcl is being > rendered. I dont get any erro

Re: FOP-XSL:dynamic external graphics

2002-01-09 Thread Joerg Pietschmann
"Romain Bertucelli" <[EMAIL PROTECTED]> wrote: > I tried to the same thing with href="{concat($filepathValue,'anXSLFile.xsl')}"/> [snip] > Does anyone know if there is a way to do this ? You can't do this. Stylesheet includes can only use statically known URIs. Actually, you probably don't need

Layout Problems with PDF

2002-01-09 Thread Lars Karschen
Hi, I know this problem has been discussed some times before, (the first time 2000-10-8, at this time i hardly knew XML at all ;) but i'm not able to find anything like a solution or comment that might help me. The problem is as follows: We're trying to create documents like invoices via XML, an

AW: Layout Problems with PDF

2002-01-09 Thread Beer, Christian
What do you mean by "all layout information like page margin or cell- width in tables are not displayed/printed correctly" ?? Do you mean they are smaler than on screen or something? -Ursprüngliche Nachricht- Von: Lars Karschen [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 9. Januar 200

Re: AW: Layout Problems with PDF

2002-01-09 Thread Lars Karschen
Hi, > What do you mean by "all layout information like page margin or cell- > width in tables are not displayed/printed correctly" ?? > > Do you mean they are smaler than on screen or something? they are smaller, bigger, but not the intended size. For example, I got page margins 2.75cm wide whi

AW: AW: Layout Problems with PDF

2002-01-09 Thread Beer, Christian
Do you know about the settings in Acrobat/Acro. Viewer?? You can tell them to fit the size of the pdf-pages to the printer-pages. Then they scale the page and the sizes don't fit any more. Have a look if you want to print Letter on A4 or the other way round and have a look at the settings in the

Unicode Interpretation

2002-01-09 Thread Joerg Flotho
Correctly displayed signs are those whose decimal-value is lower than 256. Whatever my encoding type is (UTF-8 or UTF-16 or none)in the xml.file and xsl.file, the IE 5.0 shows UTF-8 viewing the filename.fo. Do I have to use Arial in any case in the xsl.stylesheet? Jörg Flotho What is the enc

cvs commit: xml-fop/lib buildtools.jar

2002-01-09 Thread keiron
keiron 02/01/09 03:18:47 Modified:lib buildtools.jar Log: updated jar, some classes removed Revision ChangesPath 1.12 +96 -124 xml-fop/lib/buildtools.jar <> - To unsubscrib

cvs commit: xml-fop/src/org/apache/fop/render PrintRenderer.java

2002-01-09 Thread keiron
keiron 02/01/09 03:32:57 Modified:docs/examples/fo Tag: fop-0_20_2-maintain textdeko.fo src/org/apache/fop/fo Tag: fop-0_20_2-maintain FObjMixed.java PropertyManager.java src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain

cvs commit: xml-fop/src/org/apache/fop/tools/anttasks SerializeHyphPattern.java

2002-01-09 Thread keiron
keiron 02/01/09 03:35:15 Modified:src/org/apache/fop/tools/anttasks SerializeHyphPattern.java Log: buffered output stream Revision ChangesPath 1.3 +2 -2 xml-fop/src/org/apache/fop/tools/anttasks/SerializeHyphPattern.java Index: SerializeHyphPattern.java

RE: please help...PCL renderer not formatting properly

2002-01-09 Thread Dudley . Butt
hh ok, now that makes sense, great stuff my friends, thanx for the help! -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 12:01 PM To: [EMAIL PROTECTED] Subject: Re: please help...PCL renderer not formatting properly You h

Re: Unicode interpretation

2002-01-09 Thread Joerg Pietschmann
Joerg Flotho <[EMAIL PROTECTED]> > We have different versions of interpretations regarding unicode: [...] > (hexadecimal or decimal seems to make no difference). That's by design :-) > After passing XALAN some signs were interpreted > wrong.(viewing in IE 5.0 as filename.fo) [...] I suppose some

Re: AW: Layout Problems with PDF

2002-01-09 Thread Lars Karschen
> Do you know about the settings in Acrobat/Acro. Viewer?? You can tell > them to fit the size of the pdf-pages to the printer-pages. Then they > scale the page and the sizes don't fit any more. Yep, this one worked, now all properties are diplayed properly, thx > Have a look if you want to prin

RE: please help...PCL renderer not formatting properly

2002-01-09 Thread Dudley . Butt
ok, now we're going into something that i've never done before, i've had a look and i see cvs is on linux, could u guys please assist me with the checkout command to get this maintainance version with the tag "fop-0_20_2-maintain"? Thanx, i would really appreciate it! -Original Message- F

Re: please help...PCL renderer not formatting properly

2002-01-09 Thread Jeremias Maerki
Not sure, since I use WinCVS, but probably it is: -r fop-0_20_2-maintain At least that's what WinCVS is telling me. On Wed, 9 Jan 2002 14:15:57 +0200 Dudley.Butt wrote: > ok, now we're going into something that i've never done before, i've had a > look and i see cvs is on linux, could u guys p

Re: Footer problem : region-body encroaching on region-after

2002-01-09 Thread Matt Burke
On Tue, 8 Jan 2002, Patrick Andries wrote: > If one duplicates a few blocks in docs/examples/corresp.fo so as to > generate an additional page, the last lines of the block on the new page > overwite the footer instead of being printed on a new page. Changing the 's bottom margin fixes the probl

Re: Footer problem : region-body encroaching on region-after

2002-01-09 Thread Doug Satchwell
I have noticed the same thing happening for tables encroaching onto footnotes (the footnote disappears if any part of the table overlaps). However, in this case both the footnote and the table are within the region-body, so adding a margin doesn't help. Any ideas?? Thanks, Doug. Matt Burke wrot

maintenance branch

2002-01-09 Thread Cyril Rognon
Hello every one, great thanks to the Fop developpers for their job. I hear here and there about the maintenance branch CVS... is there any chance for a maintenance "release" in the next weeks ? I don't want to disturb anyone with my question. I am just asking because I don't know what is the

RE: please help...PCL renderer not formatting properly

2002-01-09 Thread Dudley . Butt
great stuff thanx very much, i managed to get it off. it worked with - checkout xml-fop fop-0_20_2-maintain -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:50 PM To: [EMAIL PROTECTED] Subject: Re: please help...PCL renderer not form

Re: Footer problem : region-body encroaching on region-after

2002-01-09 Thread Patrick Andries
Matt Burke wrote: >This is because the region-after sticks up into the region-body by the >amount specified in the extent property. See section 6.4.12 of the XSL >spec for a couple diagrams and some description. > Yes, I realized this later. I foolishly misunderstood a comment in The XSL Com

Re: Unicode interpretation

2002-01-09 Thread Joerg Flotho
Thank you! I checked your hints and answer after the respective positions. >>>-Ursprungliche Nachricht- >>>Von: Joerg Pietschmann [mailto:[EMAIL PROTECTED]] >>>Gesendet: Mittwoch, 9. Januar 2002 12:42 >>>An: FOP List >>>Betreff: Re: Unicode interpretation >>> >>> >>>3. >>> >>>Joerg Floth

How to rotate text 90 degrees using fop, please help me???

2002-01-09 Thread Manuel Moons
Does anyone know how I can rotate text 90 degrees, so that it appears vertically. I have used reference-orientation but this is not supported by fop. I also tried embedding SVG but this also was refused by fop, both worked fine in Antenna XSL-formatter though. Can anybody please help me???

Re: How to rotate text 90 degrees using fop, please help me???

2002-01-09 Thread Alex McLintock
--- Manuel Moons <[EMAIL PROTECTED]> wrote: > Does anyone know how I can rotate text 90 degrees, so that it appears > vertically. I have used reference-orientation but this is not supported by > fop. I also tried embedding SVG but this also was refused by fop, both > worked fine in Antenna

RE: How to rotate text 90 degrees using fop, please help me???

2002-01-09 Thread Raúl Carazo
In fact, I'm using Fop 0.20.1 and reference-orientation or direction are not implemented (yet, they say!!) Well, I am also looking for an answer, but unluckily. If someone discover something, make me know... Salve - Original Message - From: Alex McLintock <[EMAIL PROTECTED]>

Concat

2002-01-09 Thread Raúl Carazo
Is there a function like concat for Strings.       I have a param in the xml file (the path of a directory) and the name in the XSL file, so I want to create a full path with the path of the directory and the name of the file.       Any Idea??       Salve     ---

Re: Table Improvements

2002-01-09 Thread Scott Moore
Karen, Is this functionality in 0.20.2? It doesn't work for me. FOP complains about the table-layout property and the table columns aren't proportionally sized. Plus, the docs/examples/fo/tableunits.fo doesn't exist. Thanks, Scott - Original Message - From: "Karen Lease" <[EMAIL PROT

Re: Table Improvements

2002-01-09 Thread Scott Moore
Okay, I just looked at the release date on 0.20.2 and see it was 9/29/2001. Since your email was after that, I'm guessing the new table functionality is not in 0.20.2. Will it be in the maintenance release? Is that coming up soon? Scott - Original Message - From: "Scott Moore" <[EMAIL

RE: Concat

2002-01-09 Thread Joshua.Kuswadi
how about:   HTH, Joshua -Original Message-From: Raúl Carazo [mailto:[EMAIL PROTECTED]]Sent: Thursday,10 January 2002 3:53To: FOPSubject: Concat Is there a function like concat for Strings.       I have a param in the xml file (the path of a directory) and the nam

fo:leader problem

2002-01-09 Thread ektan
hi, I have facing a problem in generating the dotted line and dashed line using fo:leader. Why the dots and dashs become the rectangle after I increased the rule thickness? Do you have any idea? Here is my xsl fo:

RE: Concat

2002-01-09 Thread Michiel Verhoef
Yep, the function is called concat. simply call : concat (string1, string2, ... , stringn) You can mix variables, strings etc. BTW: this is an XSLT thiing rather than XSLFO. For more information on concat and other XSLT functions: http://www.zvon.org/xxl/XSLTreference/Output/index.html HTH,

RE: Concat

2002-01-09 Thread Raúl Carazo
Well. Thank you. Any way, I 've found another way I can use... {$variableName}imageName. Salve - Original Message - From: Michiel Verhoef <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 8:23 AM Subject: RE: Concat Yep, the function is called concat. si

RE: Concat

2002-01-09 Thread Michiel Verhoef
Hi, this works but sometimes you need to concat "/" which is sometimes interpreted as XPath. I've had this a number of times and then concat comes in very handy. But glad to hear your problem is fixed. Cheers, Michiel $ -Original Message- $ From: Raúl Carazo [mailto:[EMAIL PROTECTED]]

Re: How to rotate text 90 degrees using fop, please help me???

2002-01-09 Thread Manuel Moons
I want the text to go from the bottom of the page to the top. But if it goes the other way around I can live with it. Can you tell me how you did it using svg:text, because I've also tried it but it seemed that fop could not handle the svg inside the xsl:fo document. So how do I put an svg int