AW: keep together pages

2003-08-20 Thread Todtenhaupt, Susann
Yes I must admit that using a transformer would be much straighter.
But I'm handling with dynamic data and I want to have a table-layout. This
would not work... thanx!

-Ursprüngliche Nachricht-
Von: Victor Mote [mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, August 19, 2003 4:24 PM
An: [EMAIL PROTECTED]
Betreff: RE: keep together pages

Todtenhaupt, Susann wrote:

 I'm producing TXT through XSL:FO and FOP. If there're more than one page
 there's following effect: Between the pages there's a break of several
 lines. I didn't find a property to suppress this pagebreak.

The TXT output is laid out on the page just as it would for PDF, then
converted to text. I suspect that the blank lines are the layout's way of
mimicking the margins at the top and bottom of a printed page. Try
eliminating (or making very tiny) the regions and margins at the top and
bottom of the page. See
http://xml.apache.org/fop/output.html#txt
for more details. Another alternative is to simply use an XSLT
transformation to get your text output.

Victor Mote


-
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]



keep together pages

2003-08-19 Thread Todtenhaupt, Susann
Hi @ all!

I'm producing TXT through XSL:FO and FOP. If there're more than one page
there's following effect: Between the pages there's a break of several
lines. I didn't find a property to suppress this pagebreak.

Can anybody help me?

Greetz and thanx suse!





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



AW: TXT Problems

2003-08-06 Thread Todtenhaupt, Susann
Hi chris!

Thanx, your suggestion helped me :o) I defined line-height etc. as described
and it works fine!

suse

-Ursprüngliche Nachricht-
Von: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, August 05, 2003 3:20 PM
An: [EMAIL PROTECTED]
Betreff: Re: TXT Problems

From: Todtenhaupt, Susann [EMAIL PROTECTED]

Hi @ all!

I'm trying to generate TXT from XML through xsl and fop. In my result
txt-file there are several problems I don't understand...
(1) whitespaces between words in one line are stretched
(2) I create several rows and there are always two of them near together 
and
then there's a line between the next two rows

Can anybody give support?


Hi suse,

FOP and XSL-FO formatters in general are the wrong kind of tool for Text 
output. This is because text output is character based, but an XSL-FO 
formatter has precise positioning. That is why you end up with strange 
whitspace behaviour, its caused by rounding errors when the Text Renderer 
tries to map FOP's area tree measurements (in precise units) to the nearest 
character or line.

You can work around this issue to a certain extent by using fixed pitched 
fonts and setting line-height.

See also;

http://xml.apache.org/fop/output.html#txt

Chris

_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger


-
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]



TXT Problems

2003-08-05 Thread Todtenhaupt, Susann
Hi @ all!

I'm trying to generate TXT from XML through xsl and fop. In my result
txt-file there are several problems I don't understand...
(1) whitespaces between words in one line are stretched
(2) I create several rows and there are always two of them near together and
then there's a line between the next two rows

Can anybody give support?

(see attached files)

million thanx
suse



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



AW: TXT Problems

2003-08-05 Thread Todtenhaupt, Susann
Sorry didn't attach :o)

-Ursprüngliche Nachricht-
Von: Todtenhaupt, Susann 
Gesendet: Tuesday, August 05, 2003 1:07 PM
An: '[EMAIL PROTECTED]'
Betreff: TXT Problems

Hi @ all!

I'm trying to generate TXT from XML through xsl and fop. In my result
txt-file there are several problems I don't understand...
(1) whitespaces between words in one line are stretched
(2) I create several rows and there are always two of them near together and
then there's a line between the next two rows

Can anybody give support?

(see attached files)

million thanx
suse



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



foo.xsl
Description: Binary data




 ATTRIBUTE   NAME | ATTRIBUTE   VALUE
 Projectname  | 60

 ProjectNo| 123456
 Date | 01.01.2001

 


















































































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

AW: AW: UTF-8 errors

2003-07-15 Thread Todtenhaupt, Susann
I guess your target-system is linux or unix ? maybe there are some problems
between writing (xsl-file) on windows and execute on linux/unix (with
whitespaces, linebreaks ?)

I'm only suggesting

suse 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, July 15, 2003 3:46 PM
An: [EMAIL PROTECTED]
Betreff: Re: AW: UTF-8 errors

Thanks,

The trouble is that somebody edited the xsl file over a Samba connection
using Microsoft Wordpad. I assume that this is what has broken the xsl
file but I cannot prove it (or at least I do not now *how* to prove it).
Nothing I do (cutting and pasting between editors, using recode etc),
seems to make any difference at all, so I wonder if this is really the
problem.

Not sure what to do next!

H.

 Hi back,

 my suggestion is to prove if your xml-file is saved as utf. It could be
 that
 your ide saves it as ascii or something else.

 greetz

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Gesendet: Tuesday, July 15, 2003 3:00 PM
 An: [EMAIL PROTECTED]
 Betreff: UTF-8 errors

 Hi,

 When I run FOP, I get the following error...

 Invalid byte 2 of 2 byte UTF-8 sequence

 ...followed by an extensive trace.

 I have a pretty clear idea of what it mean but not what to do about it!!
 The following problems spring to mind...
 * What file is the invalid sequence in? Is it my xml (input) file or the
 xsl file?
 * Even if I identify the file, where/which character is causing the
 problem
 * how do I fix it :-)

 I guess what I am saying is that the error message is getting towards
 useless...

 Has anybody got any suggestions on how to proceed with this?

 Any help much appreciated

 -
 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]




-
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]



AW: checkbox

2003-07-10 Thread Todtenhaupt, Susann
Hello!

I've never before embedded special symbols in fo. Why do you write #x?
Does the x mean hexadecimal? I'm wondering because I've tried to find the
symbol by looking for a symbol from ZapfDingbats with 274F (hex) in my
window-system, but couldn't find it. Can you give more support, please? :-)
thanx in advance!!

suse

-Ursprüngliche Nachricht-
Von: Torsten Erler [mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, July 08, 2003 9:42 AM
An: [EMAIL PROTECTED]
Betreff: RE: checkbox

Hi,

either you use the (unchecked) checkbox from ZapfDingbats Font

fo:inline font-family=ZapfDingbats font-size=10pt#x274F;/fo:inline

or draw it by yourself (svg requires batik.jar) like that:

!-- checked checkbox (50% scaled down) --
fo:instream-foreign-object width=11pt height=11pt
  svg:svg width=22 height=22 xml:space=preserve
svg:g transform=scale(.5) style=fill:none; stroke:black;
stroke-width:2
  svg:rect x=0 y=2 fill=black width=20 height=20
stroke-width=1/
  svg:rect x=2 y=0 fill=white width=20 height=20
stroke-width=1/
  svg:line x1=6 y1=10 x2=12 y2=17/
  svg:line x1=12 y1=17 x2=20 y2=3/
/svg:g
  /svg:svg
/fo:instream-foreign-object

cu Torsten

 -Original Message-
 From: Todtenhaupt, Susann
 [mailto:[EMAIL PROTECTED]
 Sent: Dienstag, 8. Juli 2003 08:39
 To: '[EMAIL PROTECTED]'
 Subject: checkbox


 Hi @ all!

 How is it possible to create with xsl:fo checkboxes in a pdf-file?

 Thanx in advance!


 -
 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]

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



difference between pdf and ps

2003-07-08 Thread Todtenhaupt, Susann
Hello!

I've implemented a stylesheet to produce pdf and ps. So far so good. There
are several tables (with some columns)in it. The pdf looks as wanted, but in
the ps-file, some columns are ignored and the text isn't subordinated these
columns. Also, whitespaces are not regarded. What is my mistake?

Greetz suse



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



AW: IPD error

2003-07-02 Thread Todtenhaupt, Susann
Now I've localized my problem. Maybe in this point anybody could give
support. I have to set values in a dom-tree. But the specification of
dom-api says it's not possible to set a nodevalue of an element_node. How do
you set nodevalues for these nodes? 

This is not really the right place for those questions, but I hope somebody
could help...

Million thanx!

suse

-Ursprüngliche Nachricht-
Von: Todtenhaupt, Susann 
Gesendet: Wednesday, July 02, 2003 10:37 AM
An: '[EMAIL PROTECTED]'
Betreff: IPD error

Hello @ all!

While transforming with fop I always get the error-message:
At least one of minimum, optimum, or maximum IPD must be specified
on  table.
Furthermore I'm trying to get a value from a node in my xml-file by using
xsl:value-of select=foo. The foo-value represents a hard path pointing to
the relative node (like /root/node1/node2). So far so good, but no value
gets returned...

But I don't know where to localize my problem.

Thanx suse!


-
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]



AW: UTF-8 problem

2003-06-24 Thread Todtenhaupt, Susann
Hi Sébastien,

I had also this problem... Which editor do you use to create your xml-file?
Maybe, the editor converts your file into normal ansii or something unlike
utf-8. convert your xml-file through your ide from ... into utf-8

suse

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Gesendet: Tuesday, June 24, 2003 11:26 AM
An: [EMAIL PROTECTED]
Betreff: UTF-8 problem

Hello,

I have a proble with my .fo file:

When i use Fop, i have this message :

Invalid byte 2 of 3-byte UTF-8 sequence.

This is a piece of my code:

?xml version=1.0 encoding=UTF-8?
fo:root  xmlns:fo=http://www.w3.org/1999/XSL/Format;
fo:layout-master-setfo:simple-page-master master-name=paysage
page-height=21cm page-width=29.7cm margin-top=1cm margin-bottom=1cm
margin-left=1cm margin-right=1cmfo:region-body
//fo:simple-page-master
/fo:layout-master-set

fo:page-sequence master-reference=paysage
fo:flow flow-name=xsl-region-body
fo:table table-layout=fixed width=100%
fo:table-column column-width=proportional-column-width(1) /
fo:table-body
  fo:table-rowfo:table-cell background-color=#Adb5d1
number-columns-spanned=15fo:block text-align=leftFONDS MONETAIRES
/fo:block/fo:table-cell.
..

Have you an idea?

Thanks a lot

Sébastien






The contents of this E-mail are confidential and may contain privileged
information to the sole intended recipient at the E-mail address to which it
has been addressed. It may not be disclosed to our used by anyone other than
the addressee, nor may it be copied or forwarded in any way without the
consent of the sender.
The sender hereby make no representation as to the accuracy, completeness
for a particular purpose of the information provided in this E-mail. No
binding commitment from the sender may be inferred by means of E-mail
communications.
Please note that the sender accepts any responsibility for viruses and it is
your responsibility to scan the E-mail and attachments (if any). 
If received in error, please reply by mail to the sender or contact the
sender by phone (+352) 45 67 301, and then delete it from your system.


-
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]



Error building hyphenation tree for language de

2003-05-05 Thread Todtenhaupt, Susann
Hello @ all!

I'm using fop v. 0.20.5rc2. The transformation of my xml-file with a
xsl-stylesheet is running with the provided xalan.jar and xerces.jar. The
transformation into a fo-file works stable, but fop throws an exception as
following:
 Error building hyphenation tree for language de
  Couldn't find hyphenation pattern de

Greetz suse


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



AW: Yet another block positioning question...

2003-04-28 Thread Todtenhaupt, Susann
Vertical-align fop doesn't support. So you have to center your image in a
block with padding. Text-align=center as attribute for your cell centers
the content (your block and embedded image) horizontally. I guess I would
solve it as you described... 

Greetz suse

-Ursprüngliche Nachricht-
Von: David Neary [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 28. April 2003 15:47
An: '[EMAIL PROTECTED]'
Betreff: Yet another block positioning question...


Hi again,

I'm using a table to position a number of images, along with a caption, in a
grid.

I would like the images to be centered vertically and horizontally in the
table cell, and have the caption at the bottom of the table cell. The
equivalent old HTML looks like this...

table
  tr
td valign=center align=center width=400 height=400
  img src=myimg.jpeg alt=My image/
/td
  /tr
  tr
td style=text-align: center
  My Caption
/td
  /tr
/table

Again, I wanted to avoid complicating the Fo with tables inside tables, so I
figured there would be a way to have a block containing the image aligned
center (vertically and horizontally), and another block holding the caption
aligned with the bottom of the table cell. Is this the best approach to
take?

Cheers,
Dave.

--
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon 

-
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]



object administration in a fo:table

2003-04-25 Thread Todtenhaupt, Susann
Hello!

I've tried to put a fo:block-container into a fo:table-cell. Furthermore
this container holds another fo:block-container with some blocks in it. But
in my PDF the first container collapsed and attributes like height didn't
work. In HTML it's possible to have objects in a table and the table renders
the necessary design. 

Thanx suse


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



vertical alignment of fo:block

2003-04-24 Thread Todtenhaupt, Susann
Hello!

I've tried to align fo:blocks in a fo:block-container vertically. But I
failed... Is it possible at all?

Thanx in advance!

suse

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



justification

2003-04-22 Thread Todtenhaupt, Susann
Hi @ all!

Is there any possibility to drive a string in a fo:block into justification?

Mit freundlichen Grüßen / Best regards
Susann Todtenhaupt


Astrium GmbH
88039 Friedrichshafen, Germany

Phone    +49 7545 8-2618
Fax  +49 7545 8-5526
Email [EMAIL PROTECTED]


This mail is for information only and does not imply any formal commitment
by Astrium GmbH.


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



AW: justification

2003-04-22 Thread Todtenhaupt, Susann
Thanx! I could hit on it myself ;-)

-Ursprüngliche Nachricht-
Von: Sam Prokop [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 22. April 2003 16:36
An: [EMAIL PROTECTED]
Betreff: AW: justification


 text-align=justify may help


 -Ursprüngliche Nachricht-
 Von: Todtenhaupt, Susann 
 [mailto:[EMAIL PROTECTED] 
 Gesendet: Dienstag, 22. April 2003 16:23
 An: '[EMAIL PROTECTED]'
 Betreff: AW: justification
 
 
  Is this what you needed?
 
 Not really... I want to stretch my text so it looks like a 
 justification. This way:
   Sfsfs shsh nns su
   Ncn djfhdjf djfhd
   Dfjfhdj dfhj djfj
 
 
 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Gesendet: Dienstag, 22. April 2003 16:19
 An: [EMAIL PROTECTED]
 Betreff: Re: justification
 
 
 To justify, you can use the text-align attrib:
 
  xsl:attribute name=text-align
   xsl:choose
xsl:when test=@textAlignment='left'start/xsl:when
xsl:when 
 test=@textAlignment='start'start/xsl:when
xsl:when test=@textAlignment='right'end/xsl:when
xsl:when test=@textAlignment='end'end/xsl:when
xsl:when 
 test=@textAlignment='center'center/xsl:when

 xsl:otherwisexsl:textstart/xsl:text/xsl:otherwise
   /xsl:choose
  /xsl:attribute
 
 Is this what you needed?
 
 -Lou
 
 
 
 
 
 Todtenhaupt, Susann [EMAIL PROTECTED] 
 on 04/22/2003 10:04:10
 
 Please respond to [EMAIL PROTECTED]
 
 To:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 cc:
 
 Subject:  justification
 
 Hi @ all!
 
 Is there any possibility to drive a string in a fo:block into 
 justification?
 
 Mit freundlichen Grüßen / Best regards
 Susann Todtenhaupt
 
 
 Astrium GmbH
 88039 Friedrichshafen, Germany
 
 Phone    +49 7545 8-2618
 Fax  +49 7545 8-5526
 Email [EMAIL PROTECTED]
 
 
 This mail is for information only and does not imply any 
 formal commitment by Astrium GmbH.
 
 
 -
 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]
 
 -
 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]

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



[ERROR] -2

2003-04-11 Thread Todtenhaupt, Susann
Hello!

While processing with fop I get the error [ERROR] -2. What does it mean?

Thanx suse!

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



AW: [ERROR] -2

2003-04-11 Thread Todtenhaupt, Susann
I get an ArrayOutOfBoundsException. But I can't retrace my fault... As
attachment I'm sending my fo-file. Anybody is kindly asked to have a look.
:-)

Million thanx!
suse

-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 11. April 2003 12:16
An: [EMAIL PROTECTED]
Betreff: Re: [ERROR] -2

I don't know. Run FOP on the command-line with the -d (debug) option.
You'll get a stacktrace that will be more informative.

On 11.04.2003 11:44:06 Todtenhaupt, Susann wrote:
 While processing with fop I get the error [ERROR] -2. What does it mean?


Jeremias Maerki


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



NCR.fo
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

AW: [ERROR] -2

2003-04-11 Thread Todtenhaupt, Susann
Hello markus...

This I already tried because I guessed the same as you. But this doesn't
help :-(

Thanx anyway!

-Ursprüngliche Nachricht-
Von: Müller, Markus [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 11. April 2003 12:51
An: [EMAIL PROTECTED]
Betreff: AW: [ERROR] -2

You should put your static text inside fo:block/fo:block tags.

Perhaps this helps,
Markus


$ -Ursprüngliche Nachricht-
$ Von: Todtenhaupt, Susann 
$ [mailto:[EMAIL PROTECTED] 
$ Gesendet: Freitag, 11. April 2003 12:46
$ An: '[EMAIL PROTECTED]'
$ Betreff: AW: [ERROR] -2
$ 
$ 
$ I get an ArrayOutOfBoundsException. But I can't retrace my 
$ fault... As
$ attachment I'm sending my fo-file. Anybody is kindly asked 
$ to have a look.
$ :-)
$ 
$ Million thanx!
$ suse
$ 
$ -Ursprüngliche Nachricht-
$ Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
$ Gesendet: Freitag, 11. April 2003 12:16
$ An: [EMAIL PROTECTED]
$ Betreff: Re: [ERROR] -2
$ 
$ I don't know. Run FOP on the command-line with the -d 
$ (debug) option.
$ You'll get a stacktrace that will be more informative.
$ 
$ On 11.04.2003 11:44:06 Todtenhaupt, Susann wrote:
$  While processing with fop I get the error [ERROR] -2. 
$ What does it mean?
$ 
$ 
$ Jeremias Maerki
$ 
$ 
$ -
$ 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]

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



AW: attribute border-style doesn't work

2003-04-11 Thread Todtenhaupt, Susann
Hello clay!

Be unconcerned about this. ;-)

Greetz suse

-Ursprüngliche Nachricht-
Von: Clay Leeds [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 10. April 2003 19:19
An: [EMAIL PROTECTED]
Betreff: Re: attribute border-style doesn't work

It looks like I err'd. It wasn't the border-style=dashed that works,
but rule-style=dashed that works (in PDF only--not AWT) in 0.20.4:

fo:leader leader-pattern=rule leader-length=100% rule-style=dashed/

don't bother me I'm eating crow
Sorry for any confusion.
/don't bother me I'm eating crow

Web Maestro Clay

Clay Leeds wrote:
 Forgive my eavesdropping, but in my experience with FOP, I've seen that
 when outputting to -pdf, other border-styles work. In particular, I've
 got dashed working, and I believe dotted works as well. However, I
 noticed when outputting to -awt/-print it turns into a solid line. This
 is fine for me. If one of my clients wants it to look pretty, they'll
 make a PDF first, and then print that.
 
 Christian Geisert wrote:
 
Todtenhaupt, Susann wrote:


Hello!

There're several values for the attribute border-style when designing a
table-cell with xsl:fo. For example dotted, dashed etc. but it doesn't
work.
There's no aftereffect if this is setted...

fo:table-cell border-width=0.5mm border-style=dotted
fo:block font-size=14pt
font-weight=boldName/fo:block
/fo:table-cell

What's the fault?


Unimplemented feature (only solid works)

Christian


-- 
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


-
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]



AW: [ERROR] -2

2003-04-11 Thread Todtenhaupt, Susann
Hi mark,

I've left out the static text in my flow and it didn't work. I want to
create a form with nested fields. It would be very complicated if I tried
this only with table-cells. So I decided to use containers. Yesterday I
solved my layout with fixed blocks and containers (position based) on my
page. But if this is efficient... every time you want to change your layout
you have to change all positions in your layout. 
I can't really get along with these tables ;-(

suse   

-Ursprüngliche Nachricht-
Von: Mark Baier [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 11. April 2003 13:10
An: [EMAIL PROTECTED]
Betreff: AW: [ERROR] -2

Hi Suse,

why do you use block-container in table-cells ?
If you define your table with 3 table-columns and
each of your table-cells with borders like you defined for your
block-containers
i think you have the same effect you want to have.
Your structure is a little bit of strange.

the hint Markus Müller gave ( You should put your static text inside
fo:block/fo:block tags. )
seems to me not so bad.
You have text in your flow which is not surrounded by a block, so i don't
think
that this text will be ever visible, even if you can create your pdf.

The text passage:
--
1 of 1
Nonconformance Report
CDMU CRATE Functional Failures

is a child of a table-row and this is definitly not allowed in fop.

greets,
mark

-Ursprüngliche Nachricht-
Von: Todtenhaupt, Susann [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 11. April 2003 13:03
An: '[EMAIL PROTECTED]'
Betreff: AW: [ERROR] -2


Hi mark!

Mmmhhh, I guess this is not the problem. If I leave out the third template
it runs. And then there're still two cells in one row...

-Ursprüngliche Nachricht-
Von: Mark Baier [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 11. April 2003 12:57
An: [EMAIL PROTECTED]
Betreff: AW: [ERROR] -2

Hi Suse,

i think the problem is that you define 1 table-column and
add 3 table-cells in a table-row...

greets,
Mark

-Ursprüngliche Nachricht-
Von: Todtenhaupt, Susann [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 11. April 2003 12:55
An: '[EMAIL PROTECTED]'
Betreff: AW: [ERROR] -2


Hello markus...

This I already tried because I guessed the same as you. But this doesn't
help :-(

Thanx anyway!

-Ursprüngliche Nachricht-
Von: Müller, Markus [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 11. April 2003 12:51
An: [EMAIL PROTECTED]
Betreff: AW: [ERROR] -2

You should put your static text inside fo:block/fo:block tags.

Perhaps this helps,
Markus


$ -Ursprüngliche Nachricht-
$ Von: Todtenhaupt, Susann 
$ [mailto:[EMAIL PROTECTED] 
$ Gesendet: Freitag, 11. April 2003 12:46
$ An: '[EMAIL PROTECTED]'
$ Betreff: AW: [ERROR] -2
$ 
$ 
$ I get an ArrayOutOfBoundsException. But I can't retrace my 
$ fault... As
$ attachment I'm sending my fo-file. Anybody is kindly asked 
$ to have a look.
$ :-)
$ 
$ Million thanx!
$ suse
$ 
$ -Ursprüngliche Nachricht-
$ Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
$ Gesendet: Freitag, 11. April 2003 12:16
$ An: [EMAIL PROTECTED]
$ Betreff: Re: [ERROR] -2
$ 
$ I don't know. Run FOP on the command-line with the -d 
$ (debug) option.
$ You'll get a stacktrace that will be more informative.
$ 
$ On 11.04.2003 11:44:06 Todtenhaupt, Susann wrote:
$  While processing with fop I get the error [ERROR] -2. 
$ What does it mean?
$ 
$ 
$ Jeremias Maerki
$ 
$ 
$ -
$ 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]

-
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]

-
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]

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



template doesn't match

2003-04-10 Thread Todtenhaupt, Susann
Hello @ all!

My xml-file is build as following:

form
ncr
attribute Name=foo
valuefoo1/value
/attribute
...
/ncr
/form

in my stylesheet I've created templates like this:

xsl:template match=ncr
fo:table-row
xsl:apply-templates/
/fo: table-row
/xsl:template

xsl:template match=[EMAIL PROTECTED]'foo']
fo:table-cell
fo:block padding=1pt
xsl:value-ofselect=@Name/
/fo:block
fo:block padding-top=3pt padding-left=1pt
xsl:value-of select=value/
/fo:block
/fo:table-cell
/xsl:template


in fo:root I've created a page-master and a sequence with a table (plus
table-column and table-body).

My problem: the template that matches the node ncr gets never called. Has
anybody an idea?

Thanx in advance!
suse

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



AW: template doesn't match

2003-04-10 Thread Todtenhaupt, Susann
Title: RE: template doesn't match









hello hans!



my first template that
embeds fo:root matches the root node of my xml-file in other words form. 

the third template works,


  xsl:template
match=[EMAIL PROTECTED]'foo'] 

  fo:table-cell 

 
 fo:block
padding=1pt 

 

 xsl:value-ofselect=@Name/ 

 
 /fo:block 

 
 fo:block
padding-top=3pt padding-left=1pt 

 

 xsl:value-of
select=value/ 

 
 /fo:block 

  /fo:table-cell 

 /xsl:template 
but the processor doesn't match my
second one below.

  xsl:template
match=ncr 

  fo:table-row 

 
 xsl:apply-templates/ 

  /fo:
table-row 

 /xsl:template 





-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 10. April
2003 10:10
An: [EMAIL PROTECTED]
Betreff: RE: template doesn't
match



Could it be that you don't have a template to match
the form elemant? 

Regards, 

Hans Kappert 

Co-maker B.V. 
Postbus 24006 
2490 AA 's Gravenhage

www.co-maker.nl 
tel: +31(0)70 - 317 80 40

fax: +31(0)70 - 317 80 42




PLEASE NOTE: 
The information contained in this
electronic mail message is 
privileged and confidential, and is
intended only for use of the addressee. If you are not the intended recipient,
you are hereby notified that any disclosure, reproduction, distribution or
other use of this communication is strictly prohibited.

If you have received this communication in error,
please notify the sender by reply transmission and delete the message without
copying or disclosing it.



 -Original Message- 
 From: Todtenhaupt, Susann 
 [mailto:[EMAIL PROTECTED]]

 Sent: Thursday, April 10, 2003
10:09 
 To: '[EMAIL PROTECTED]'

 Subject: template doesn't
match 
 
 
 Hello @ all! 
 
 My xml-file is build as
following: 
 
 
form 
 
 ncr 
 

 attribute
Name=foo 
 


 valuefoo1/value

 

 /attribute 
 

 ... 
 
 /ncr 
 
/form 
 
 in my stylesheet I've created
templates like this: 
 
 
xsl:template match=ncr 
 
 fo:table-row 
 

 xsl:apply-templates/

 
 /fo: table-row

 
/xsl:template 
 
 
xsl:template match=[EMAIL PROTECTED]'foo'] 
 
 fo:table-cell 
 

 fo:block
padding=1pt 
 



xsl:value-ofselect=@Name/ 
 

 /fo:block 
 
 
fo:block padding-top=3pt padding-left=1pt

 


 xsl:value-of
select=value/ 
 

 /fo:block 
 
 /fo:table-cell

 
/xsl:template 
 
 
 in fo:root I've created a
page-master and a sequence with a 
 table (plus 
 table-column and table-body).

 
 My problem: the template that
matches the node ncr gets never 
 called. Has 
 anybody an idea?

 
 Thanx in advance!

 suse 
 

-

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








table-column width

2003-04-10 Thread Todtenhaupt, Susann
Hello!

Is it possible to allocate a column-width a value like 100%?
inline-progression-dimension fop does not support, does it?

Thanx!

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



AW: AW: template doesn't match

2003-04-10 Thread Todtenhaupt, Susann
I've solved this problem... :-( I turned the lower case letters into
capital letters (of the word ncr) and then it worked. But I can't really
retrace why...

-Ursprüngliche Nachricht-
Von: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 10. April 2003 12:17
An: [EMAIL PROTECTED]
Betreff: Re: AW: template doesn't match

From: Todtenhaupt, Susann [EMAIL PROTECTED]

my first template that embeds fo:root matches the root node of my xml-file
in other words form.


This is a pure XSLT question and would receive better answers on a XSLT 
list.

So you have a template that matches the root element form, but does that 
have an xsl:apply-templates to ensure child elements of the root node are 
also processed?

_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/mobile


-
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]



@jeremias

2003-04-10 Thread Todtenhaupt, Susann
Sorry, that was my fault. I thought I was sending to fop-users... 

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



attribute border-style doesn't work

2003-04-08 Thread Todtenhaupt, Susann
Hello!

There're several values for the attribute border-style when designing a
table-cell with xsl:fo. For example dotted, dashed etc. but it doesn't work.
There's no aftereffect if this is setted...

fo:table-cell border-width=0.5mm border-style=dotted
fo:block font-size=14pt
font-weight=boldName/fo:block
/fo:table-cell

What's the fault?

suse

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



feature overview

2003-04-08 Thread Todtenhaupt, Susann
Hello!

Where can I find an overview of features that are supported by fop and
things that don't work?

greetz
suse

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



AW: feature overview

2003-04-08 Thread Todtenhaupt, Susann
This side I already found... but what I search is an overview where also the
supported values for the attributes are listed. For example: for
border-style the value solid only works.

-Ursprüngliche Nachricht-
Von: Oleg Tkachenko [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 8. April 2003 12:47
An: [EMAIL PROTECTED]
Betreff: Re: feature overview

Todtenhaupt, Susann wrote:

 Where can I find an overview of features that are supported by fop and
 things that don't work?

http://xml.apache.org/fop/compliance.html

-- 
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel


-
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]



AW: AW: feature overview

2003-04-08 Thread Todtenhaupt, Susann
Hello jeremias!

I know that's a huge effort... I've joined that group not long ago and I've
not so much experience with fop. And so I thought somebody can help me in
this case. Where did you add this comment on cvs?

Thanx!

suse

-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 8. April 2003 13:32
An: [EMAIL PROTECTED]
Betreff: Re: AW: feature overview

You know, that's an awful lot of work to document each and every
attribute of the XSL-FO standard. We're working on completing that page.
We've had a lot less before Victor put so much work into the compliance
page. An hour ago I've added comments on the border-style and
font-family attributes in CVS. It'll take a while but that information
will make it on the website soon. All users of FOP are invited to
participate in making the compliance page better.

On 08.04.2003 13:06:23 Todtenhaupt, Susann wrote:
 This side I already found... but what I search is an overview where also
the
 supported values for the attributes are listed. For example: for
 border-style the value solid only works.
 
 -Ursprüngliche Nachricht-
 Von: Oleg Tkachenko [mailto:[EMAIL PROTECTED] 
 Gesendet: Dienstag, 8. April 2003 12:47
 An: [EMAIL PROTECTED]
 Betreff: Re: feature overview
 
 Todtenhaupt, Susann wrote:
 
  Where can I find an overview of features that are supported by fop and
  things that don't work?
 
 http://xml.apache.org/fop/compliance.html


Jeremias Maerki


-
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]



reference-orientation

2003-04-07 Thread Todtenhaupt, Susann
Hi @ all!

I'm using FOP version 0.20.5 and set the attribute reference-orientation
in my stylesheet. While parsing I get the message 
[ERROR] property - reference-orientation is not implemented yet.

Have I to set my page-height and page-width every time so that my
orientation fits or will this feature be implemented in next version?

Thanx in advance!
suse

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



Re:Specifying exact table/row height

2003-04-07 Thread Todtenhaupt, Susann
Maybe the attribute height for table-cell or table-row will work...

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



several simple-page-master-objects on one page?

2003-04-07 Thread Todtenhaupt, Susann
Hello!

Is it possible to put more than one page-master-objects on one page (xsl:fo
into pdf, ps)? Like ps-printer can do it...

Thanx for help!
suse

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