Re: Unknown header extent?

2001-10-23 Thread Matt Savino

Karen, thanks a lot. The table-header did the trick.

Karen Lease wrote:
 
 Matt,
 
 The short answer is no. The value must be specified as a fixed length
 or as a percentage which is interpreted relative to the page height, so
 it's still a fixed value.
 
 So your options are:
 1) make extent large enough to contain your biggest possible header
 2) depending on the structure of your documents, put the entire document
 into an fo:table and put the header part into the fo:table-header.
 
 Regards,
 Karen
 
 Matt Savino wrote:
 
  Is there any to avoid explicitly setting the extent of header
  (region-before)? I have a report that requires a varied number of data
  rows and possibly a comment field of unknown size within the header.
  I've looked through the examples, but all of them seem to have the
  header size hard-coded.
 
  Thanks a lot,
  Matt
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

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




table-header with (Con't)

2001-10-23 Thread Matt Savino

Is there anyway to get a table header to print differently after the
first time/page? Namely I want to reprint the title above a particular
table everytime the page breaks, but I want to add '(Con't)' to the end
of the title. I'm already using a page header and then a table header
within that. These blocks are sub-tables with their own headers within
that master table.

So far, thanks to your help I've managed to avoid counting rows. I hope
there's a solution to this problem as well.

Thanks a lot,
Matt

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




output to xml

2001-10-23 Thread Colin Savage

is there a command line option to output to xml? I see there is a renderer

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




Problem with line-height

2001-10-23 Thread Neso



Could sombody tell is theresome option to put 
"line-height" propertie in "fo:inline" tag. My problem is how to put 
some text with different sizes in the same block.

Thanks!


making pdf by combining different xml files???

2001-10-23 Thread sunitha nair

Hi all,
Is it possible to make pdf from different xml data
files using fop.
my real need is to make a book on pdf format.I made
different xml file for different chapters and an xsl
file for styling.If it possible to use  dtd entity to
combine all xml files and make pdf by that final xml
file.Since fop needs an xml and xsl file it is
necessary for me to make a xsl for the final xml
file(combination of individual chapter XMLs) to make
the final book.What xsl I use for component(chapter)
xml files.if i use href=.. in chapter xml files will
the convertion take place correctly.I tried many ways.
but was invain.Is FOP supportDTD and entity
references?
can anyone please help me.

regards
sunitha


*NEW*   Connect to Yahoo! Messenger through your mobile phone   *NEW*
   Visit http://in.mobile.yahoo.com/smsmgr_signin.html

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




Re: Fop and external fonts

2001-10-23 Thread Joerg Pietschmann

Eyermann Horst ICM Bocholt [EMAIL PROTECTED] wrote:
 I also did not manage to install a font, as the font I have is
 omseip.pfb (OMega SErif IPa), which I fail to convert to the format required
 by FOP.
[...]
 - should I try another font (which one)
There are several TrueType IPA fonts out there, both commercial and
free. Try Google for IPA font.

HTH
J.Pietschmann

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




AW: Fop and external fonts

2001-10-23 Thread Eyermann Horst ICM Bocholt

Hello,

thanks for your answer. I managed to get hold of IPA and unicode fonts in
ttf format.

However, with the ttf one I tried yesterday, I just recived an error message
(FOP 0.20.1),I will try more later today.

And I still did not get the part how I do unicode to font mapping.

Thanks,

Horst

 -Ursprüngliche Nachricht-
 Von: Joerg Pietschmann [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 23. Oktober 2001 12:35
 An: FOP List
 Betreff: Re: Fop and external fonts
 
 
 Eyermann Horst ICM Bocholt [EMAIL PROTECTED] wrote:
  I also did not manage to install a font, as the font I have is
  omseip.pfb (OMega SErif IPa), which I fail to convert to 
 the format required
  by FOP.
 [...]
  - should I try another font (which one)
 There are several TrueType IPA fonts out there, both commercial and
 free. Try Google for IPA font.
 
 HTH
 J.Pietschmann
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 

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




RE: making pdf by combining different xml files???

2001-10-23 Thread Shkuro, Yuri

Why do you need entities in FOP input?  If you use different
stylesheets for different chapters, write a Makefile to 
XSLT them into fo files, then merge and feed into FOP.
If you use the same XSL for all chapters, then you can use
xsl:include to pull all chapters into a single XML file
and transform it to FO.

FOP is FO-2-PDF converter, not XML-2-PDF, so it's really 
up to you how to create an FO file from multiple XML files.

YS

-Original Message-
From: sunitha nair [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 5:54 AM
To: [EMAIL PROTECTED]
Subject: making pdf by combining different xml files???


Hi all,
Is it possible to make pdf from different xml data
files using fop.
my real need is to make a book on pdf format.I made
different xml file for different chapters and an xsl
file for styling.If it possible to use  dtd entity to
combine all xml files and make pdf by that final xml
file.Since fop needs an xml and xsl file it is
necessary for me to make a xsl for the final xml
file(combination of individual chapter XMLs) to make
the final book.What xsl I use for component(chapter)
xml files.if i use href=.. in chapter xml files will
the convertion take place correctly.I tried many ways.
but was invain.Is FOP supportDTD and entity
references?
can anyone please help me.

regards
sunitha


*NEW*   Connect to Yahoo! Messenger through your mobile phone   *NEW*
   Visit http://in.mobile.yahoo.com/smsmgr_signin.html

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

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




Re: Table Layout with Page Breaks

2001-10-23 Thread Corinna Hischke

Hi Yuri

 Indeed, keep-with-next does work when set for each row.  But you scared me
 with
 the endless loop comment, so for now I would keep my stylesheets the way I
 had them.

sorry for scaring you, not intentionally ;-)


 Somewhat related question: I am using space-before for those short tables
to
 leave
 some white space between them, but if the page break happens right after a
 table,
 the following table on the next page will be shifted down, e.g.

 __ page 1 starts
 table 1
--- required gap
 table 2
--- required gap
 table 3  __ page 2 starts
--- unnecessary gap
 table 4

 Is there any way to avoid this gap?

As I read the xsl specification, space-before.conditionality should control
this.
If you use space-before.conditionality = discard, the space at the
beginning of
an areas (like the page) will be discarded.

But as discard is the default value for conditionality, I suppose it's not
implemented yet. (Anybody out there who knows better?)

- Corinna



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




overflow=hidden and big images...

2001-10-23 Thread Beer, Christian

Hi Folks!

I wanted to put a logo on a letter using a block-container 
where I put my image in. The image should be clipped if it is 
too big.
But all that happens is that the image disapears. Also if I 
used overflow=visible the image disapears. Is that a bug or
a feature??

Christian

__
DIRON Wirtschaftsinformatik GmbH  Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

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




RE: table-header with (Con't)

2001-10-23 Thread Jim Urban

Does anyone have an answer to this question?  I need to do the same thing.

Thanks,
Jim

-Original Message-
From: Matt Savino [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 1:50 AM
To: [EMAIL PROTECTED]
Subject: table-header with (Con't)


Is there anyway to get a table header to print differently after the
first time/page? Namely I want to reprint the title above a particular
table everytime the page breaks, but I want to add '(Con't)' to the end
of the title. I'm already using a page header and then a table header
within that. These blocks are sub-tables with their own headers within
that master table.

So far, thanks to your help I've managed to avoid counting rows. I hope
there's a solution to this problem as well.

Thanks a lot,
Matt

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



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




RE: table-header with (Con't)

2001-10-23 Thread Louis . Masters


Jim:

We did something a while back using the following archaic procedure:
1.  get current page # into var
2.  use xsl:if to determine whether to put out Cont

I don't have the code readily available, but if you really need it I can
take a look.

-Lou





Jim Urban [EMAIL PROTECTED] on 10/23/2001 10:12:21 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  RE: table-header with (Con't)

Does anyone have an answer to this question?  I need to do the same thing.

Thanks,
Jim

-Original Message-
From: Matt Savino [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 1:50 AM
To: [EMAIL PROTECTED]
Subject: table-header with (Con't)


Is there anyway to get a table header to print differently after the
first time/page? Namely I want to reprint the title above a particular
table everytime the page breaks, but I want to add '(Con't)' to the end
of the title. I'm already using a page header and then a table header
within that. These blocks are sub-tables with their own headers within
that master table.

So far, thanks to your help I've managed to avoid counting rows. I hope
there's a solution to this problem as well.

Thanks a lot,
Matt

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



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









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




Re: overflow=hidden and big images...

2001-10-23 Thread Etwin van Krimpen

Fop doesn't support block-container. See:
http://xml.apache.org/fop/implemented.html

Regards, Etwin

- Original Message -
From: Beer, Christian [EMAIL PROTECTED]
To: Fop-liste (E-Mail) [EMAIL PROTECTED]
Sent: Tuesday, October 23, 2001 4:09 PM
Subject: overflow=hidden and big images...


 Hi Folks!

 I wanted to put a logo on a letter using a block-container
 where I put my image in. The image should be clipped if it is
 too big.
 But all that happens is that the image disapears. Also if I
 used overflow=visible the image disapears. Is that a bug or
 a feature??

 Christian

 __
 DIRON Wirtschaftsinformatik GmbH  Co. KG
 Christian Beer  ([EMAIL PROTECTED])
 Daimlerweg 39-41Tel. : +49(251)979-200
 48163 Muenster  Fax  : +49(251)979-2020
 Germany Email: [EMAIL PROTECTED]

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



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




RE: overflow=hidden and big images...

2001-10-23 Thread Scott Moore

That page must be out of date.  I use block-container is several places
successfully.

Scott

-Original Message-
From: Etwin van Krimpen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 10:40 AM
To: [EMAIL PROTECTED]
Subject: Re: overflow=hidden and big images...


Fop doesn't support block-container. See:
http://xml.apache.org/fop/implemented.html

Regards, Etwin

- Original Message -
From: Beer, Christian [EMAIL PROTECTED]
To: Fop-liste (E-Mail) [EMAIL PROTECTED]
Sent: Tuesday, October 23, 2001 4:09 PM
Subject: overflow=hidden and big images...


 Hi Folks!

 I wanted to put a logo on a letter using a block-container
 where I put my image in. The image should be clipped if it is
 too big.
 But all that happens is that the image disapears. Also if I
 used overflow=visible the image disapears. Is that a bug or
 a feature??

 Christian

 __
 DIRON Wirtschaftsinformatik GmbH  Co. KG
 Christian Beer  ([EMAIL PROTECTED])
 Daimlerweg 39-41Tel. : +49(251)979-200
 48163 Muenster  Fax  : +49(251)979-2020
 Germany Email: [EMAIL PROTECTED]

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



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

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




RE: overflow=hidden and big images...

2001-10-23 Thread Jim Wright

Actually, it does, although not completely.

jw

-Original Message-
From: Etwin van Krimpen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 9:40 AM
To: [EMAIL PROTECTED]
Subject: Re: overflow=hidden and big images...

Fop doesn't support block-container. See:
http://xml.apache.org/fop/implemented.html

Regards, Etwin

- Original Message -
From: Beer, Christian [EMAIL PROTECTED]
To: Fop-liste (E-Mail) [EMAIL PROTECTED]
Sent: Tuesday, October 23, 2001 4:09 PM
Subject: overflow=hidden and big images...


 Hi Folks!

 I wanted to put a logo on a letter using a block-container
 where I put my image in. The image should be clipped if it is
 too big.
 But all that happens is that the image disapears. Also if I
 used overflow=visible the image disapears. Is that a bug or
 a feature??

 Christian

 __
 DIRON Wirtschaftsinformatik GmbH  Co. KG
 Christian Beer  ([EMAIL PROTECTED])
 Daimlerweg 39-41Tel. : +49(251)979-200
 48163 Muenster  Fax  : +49(251)979-2020
 Germany Email: [EMAIL PROTECTED]

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



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


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




XSl-FO question

2001-10-23 Thread Scott Moore



This question isn't 
really about FOP, but FO. I'm writing a reporting system that will 
transform XML using XSLT into XSL-FO, then use FOP-PDF. I need to save 
the XSL-FO files for later "concatenation" with other generated 
reports.

During the 
concatenation process, I need to find all the dates throughout the different 
reports and update them to the current date. Is there an easy way to mark 
a fo:block as containing a date string?

I tried using the 
id="date" attribute, but you can't use that multiple times per document. 
But I need something similiar todistinguish parts of the document that are 
related.

Thanks for any 
help!
Scott


Re: text-align = justify not working correctly with - (minus) characters

2001-10-23 Thread Corinna Hischke

Hi all

I'd like to come back to this problem:

- Original Message -
From: Rainer Garus [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 30, 2001 7:12 PM
Subject: text-align = justify not working correctly with - (minus)
characters


 Lines containing - (minus) characters are not justified correctly in fop
0.20.1. The line in the pdf file is longer then specified (see attached
files).

 The area tree is correct. It seems that the width of the - character
used by the layouter is different from the width of the - character in the
pdf file.

 Another Problem: the width of the - character in the ps output file is
different from the width of the - character in the pdf output file of fop.

 What are the reasons?

 Rainer Garus

I discovered that the width of the characters minus and hyphen in the
font files is different. For example, in Helvetica.xml, hyphen has a width
of 333 and minus of 324. Why?

Could it be, that somewhere in FOP minus and hyphen are used as names
for the same characters?

I also recall that there was a bug report concerning minus and text
alignment. But it has not yet been resolved. Any ideas out there, where I
would have to look for the base of this problem?

Thanks,

Corinna



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




RE: XSl-FO question

2001-10-23 Thread Giannetti, Fabio



Hi 
Scott,
 you can generate your own namespace with a field that tells 
you if that block is containing a data, then when FOP will process the document 
it will ignore this property .. giving you some Warnings, but the file will be 
rendered fine.
So you 
can define a new namespace like:

xmlns:foo=http://foo"
then you can define 
this attributes in your blocks that contains the data
fo:block 
foo:data="yes"
and 
modify only them.
Hope 
this helps, Fabio

  -Original Message-From: Scott Moore 
  [mailto:[EMAIL PROTECTED]]Sent: 23 October 2001 
  16:12To: Fop-Dev (E-mail)Subject: XSl-FO 
  question
  This question 
  isn't really about FOP, but FO. I'm writing a reporting system that will 
  transform XML using XSLT into XSL-FO, then use FOP-PDF. I need to 
  save the XSL-FO files for later "concatenation" with other generated 
  reports.
  
  During the 
  concatenation process, I need to find all the dates throughout the different 
  reports and update them to the current date. Is there an easy way to 
  mark a fo:block as containing a date string?
  
  I tried using the 
  id="date" attribute, but you can't use that multiple times per document. 
  But I need something similiar todistinguish parts of the document that 
  are related.
  
  Thanks for any 
  help!
  Scott

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


RE: XSl-FO question

2001-10-23 Thread Scott Moore



That's 
a good idea, my only concern is that at some point in the future FOP might 
consider it an error and not a warning.

Should 
I be concerned about this?

Scott

  -Original Message-From: Giannetti, Fabio 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 23, 
  2001 11:54 AMTo: '[EMAIL PROTECTED]'Subject: RE: 
  XSl-FO question
  Hi 
  Scott,
   you can generate your own namespace with a field that 
  tells you if that block is containing a data, then when FOP will process the 
  document it will ignore this property .. giving you some Warnings, but the 
  file will be rendered fine.
  So 
  you can define a new namespace like:
  
  xmlns:foo=http://foo"
  then you can define 
  this attributes in your blocks that contains the data
  fo:block 
  foo:data="yes"
  and 
  modify only them.
  Hope 
  this helps, Fabio
  
-Original Message-From: Scott Moore 
[mailto:[EMAIL PROTECTED]]Sent: 23 October 2001 
16:12To: Fop-Dev (E-mail)Subject: XSl-FO 
question
This question 
isn't really about FOP, but FO. I'm writing a reporting system that 
will transform XML using XSLT into XSL-FO, then use FOP-PDF. I 
need to save the XSL-FO files for later "concatenation" with other generated 
reports.

During the 
concatenation process, I need to find all the dates throughout the different 
reports and update them to the current date. Is there an easy way to 
mark a fo:block as containing a date string?

I tried using 
the id="date" attribute, but you can't use that multiple times per 
document. But I need something similiar todistinguish parts of 
the document that are related.

Thanks for any 
help!
Scott


Re: Gui FO editor

2001-10-23 Thread Stephan Albers

 Amit Kirdatt schrieb:
 
 Is there a gui fo document editor anybody knows of?
 If it is open source even better

Hello Amit,

have a look at
  http://www.xslfast.com

XSLfast is WYSIWYG editor for FO, that can also create FO templates.
This allows you to directly create FO files or to merge your data into a
FO template.

XSLfast automatically creates the necessary XSLT for the transformation.
XSLfast can be used in conjunction with FOP.

Sorry, but XSLfast is a commercial product  ;-)

Stephan Albers
jCatalog Software AG

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




Re: text-align = justify not working correctly with - (minus) characters

2001-10-23 Thread Rainer Garus

Hallo Corinna,

I have studied the problem in the last week with the following result:

There is an error in the font metrik files in org/apache/fop/render/pdf/fonts. In the 
WinAnsiEncoding the hyphen has the code point 0x002D. In the font metrik files for 
Helvetica, Times and Courier there are two entries for this index. For example in 
Helvetica.java there is width[0x002D] = 333 and width[0x2D] = 324.

But the font metrik files are generated. So the generation is not correct. For 
generating Helvetica.java the files Helvetica.xml, charlist.xml und font-file.xsl from 
the directory src/codegen are used. In charlist.xml you find two entries with 
win-ansi=0x002D: one for adobe-name hyphen in the win-ansi section with unicode 
0x002D and another for adobe-name minus in the symbol section with unicode 0x2212. 
Only the entry of the win-ansi section should be used.

I think the best way is to split charlist.xml in three files: one for win-ansi 
encoding, one for zapfdingbats encoding and one for symbol encoding. For generating 
the metrik files for the fonts with win-ansi encoding charlist-win-ansi.xml is used, 
for the zapfdingbats metrik file charlist-zapfdingbats.xml is used and for the symbol 
metrik file charlist-symbol.xml is used.

So there is for each font a file with a mapping (adobe-name - width) and for each 
encoding a file with a mapping (adobe-name - code point). Then it is possible to 
generate the font metrik file with mapping (code point - width). Now we need only a 
file with a mapping (unicode - adobe-name) to build for each encoding the mapping 
(unicode - code point).

Another way is to use *.pfm files of the standard fonts Helvetica ,... to build the 
font metrik files.

The ps renderer don't use the WinAnsiEncoding but IsoLatin1Encoding. But I have not 
found a Unicode to IsoLatin1 mapping. I think it is an encoding problem. In Isolatin1 
the hyphen has the code point 0xAD. So the character with value 0x2D must be mapped on 
0xAD.

Another point: In the files Helvetica.xml, ... (the files with the mapping adobe-name 
- width) there are no entries for the euro, see bug 2105.

Rainer Garus

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




[GUMP] bootstrapping the build

2001-10-23 Thread Sam Ruby

With the recent introduction of AreaTreeBuilder into the tools directory,
I'm having difficulty bootstrapping the xml-fop build.  To do a build, you
need buildtools, and now a tool in the same directory requires fop...

Below is one possible fix.

FYI: with curent versions of ant, it actually is possible to compile a
class and then reference the resulting class in a taskdef later in the same
target or in subsequent targets.

Index: buildtools.xml
===
RCS file: /home/cvs/xml-fop/buildtools.xml,v
retrieving revision 1.3
diff -u -r1.3 buildtools.xml
--- buildtools.xml  2001/05/10 01:44:04 1.3
+++ buildtools.xml  2001/10/23 19:23:15
@@ -35,7 +35,9 @@
target name=compile depends=init,prepare.src
  mkdir dir=${build.dest}/
  javac srcdir=${build.src}
-   destdir=${build.dest}/
+   destdir=${build.dest}
+exclude name=**/AreaTreeBuilder.java/
+ /javac

/target

- Sam Ruby


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




DO NOT REPLY [Bug 4373] - Cannot use xslt:attribute inside basic-link

2001-10-23 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4373.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4373

Cannot use xslt:attribute inside basic-link

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2001-10-23 12:48 ---
Sorry it's my fault. It has been just an xslt error. Making as INVALID

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




RE: DO NOT REPLY [Bug 4377] New: - JDK 1.1 non-compliance

2001-10-23 Thread Shkuro, Yuri

JDK 1.1 support was voted to be discontinued about a month ago.
You may find relevant discussion in the list archive.

Please invalidate your bug report.

YS

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 3:46 PM
To: [EMAIL PROTECTED]
Subject: DO NOT REPLY [Bug 4377] New: - JDK 1.1 non-compliance


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4377.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4377

JDK 1.1 non-compliance

   Summary: JDK 1.1 non-compliance
   Product: Fop
   Version: all
  Platform: All
OS/Version: All
Status: NEW
  Severity: Major
  Priority: Other
 Component: pdf renderer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


There is a requirement that Fop run on JDK 1.1.x.  It currently will not run
on
anything earlier than JDK 1.2.  I tested this on JDK 1.1.3 for the Sun.  The
reason is because the code is calling a method that was introduced in JDK
1.2. 
Namely, java.io.File.getParentFile().  This call is being made from:

Options.java line 96

as well as 3 other files.  Here is the error reported upon execution of Fop:

java org.apache.fop.apps.Fop cv_2001.fo cv_2001.pdf
java.lang.NoSuchMethodError: java.io.File: method
getParentFile()Ljava/io/File;
not found
at org.apache.fop.apps.Options.setCommandLineOptions(Compiled Code)
at org.apache.fop.apps.CommandLineStarter.init(Compiled Code)
at org.apache.fop.apps.CommandLineOptions.getStarter(Compiled Code)
at org.apache.fop.apps.Fop.main(Compiled Code)

BTW- The version options on this form are (0.15, 0.16, 0.17), which seems to
be
outdated.  I found this defect in version 0.20.1 and 0.20.2.

ANOTHER (possible) defect:

I don't know if this is related to the defect above, but when I try to build
the
application on a Sun Ultra 10 with 512 megs of memory, I get this error:

java.lang.OutOfMemoryError
at java.io.BufferedReader.init(Compiled Code)
at java.io.BufferedReader.init(Compiled Code)
at sun.tools.java.ScannerInputStream.init(Compiled Code)
at sun.tools.java.Scanner.useInputStream(Compiled Code)
at sun.tools.java.Scanner.init(Compiled Code)
at sun.tools.java.Parser.init(Compiled Code)
at sun.tools.javac.BatchParser.init(Compiled Code)
at sun.tools.javac.BatchEnvironment.parseFile(Compiled Code)
at sun.tools.javac.Main.compile(Compiled Code)
at org.apache.tools.ant.taskdefs.compilers.Javac12.execute(Compiled
Code)
at org.apache.tools.ant.taskdefs.Javac.execute(Compiled Code)
at org.apache.tools.ant.Target.execute(Compiled Code)
at org.apache.tools.ant.Project.runTarget(Compiled Code)
at org.apache.tools.ant.Project.executeTarget(Compiled Code)
at org.apache.tools.ant.Project.executeTargets(Compiled Code)
at org.apache.tools.ant.Main.runBuild(Compiled Code)
at org.apache.tools.ant.Main.main(Compiled Code)
[javac] error: An error has occurred in the compiler; please file a bug
report (http://java.sun.com/cgi-bin/bugreport.cgi).
[javac] 1 error

BUILD FAILED

/home/jgombos/tools/package/Fop-0.20.1/build.xml:544: Compile failed,
messages
should have been provided.

I have not investigated this error, but thought it may be useful to document
it.

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

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




RE: XSl-FO question

2001-10-23 Thread Arved Sandstrom

FOP is not permitted to consider it an error, and in fact really should not 
even warn about it. See Section 2.2 in the specification: an element from 
the XSL namespace (e.g. fo:block) may have an attribute from a non-XSL 
namespace, provided that the namespace prefix maps to a non-null URI. The 
processor may act on such an attribute provided that it doesn't affect 
behaviour otherwise mandated by the spec, and a processor must ignore such 
an attribute if it doesn't know what to do with it.

Regards,
Arved Sandstrom

At 12:34 PM 10/23/01 -0400, you wrote:
   That's  a good idea, my only concern is that at some point in the future
FOP might  consider it an error and not a warning.   Should  I be concerned
about this?   Scott-Original Message-
From: Giannetti, Fabio[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23,2001 11:54 AM
To: '[EMAIL PROTECTED]'
Subject: RE:XSl-FO question

   HiScott,   you can generate your own namespace with a field that
   tells you if that block is containing a data, then when FOP will process
thedocument it will ignore this property .. giving you some Warnings,
but thefile will be rendered fine.   Soyou can define a new
namespace like:  xmlns:foo=http://foo;   then you can definethis
attributes in your blocks that contains the data  andmodify only
them.   Hopethis helps, Fabio-Original Message-
From: Scott Moore  [mailto:[EMAIL PROTECTED]]
Sent: 23 October 2001  16:12
To: Fop-Dev (E-mail)
Subject: XSl-FO  question

I  need to save the XSL-FO files for later concatenation
with other generated  reports. as containing a date
string? distinguish parts of  the document that are
related.   Thanks for any  help! Scott

 
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia


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




RE: table-header with (Con't)

2001-10-23 Thread Savino, Matt C

I'd love to see that too. I can't figure out how you get the fo:page-number
to be a condition in your XSLT stylesheet. Does FOP understand xsl:xxx
commands?

 -Original Message-
 From: Jim Urban [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 23, 2001 8:39 AM
 To: [EMAIL PROTECTED]
 Subject: RE: table-header with (Con't)
 
 
 Lou,
 
 Would you please see if you can find the code.  I need to be 
 able to change
 the contents of the header on the fly.  This will give me a 
 starting point.
 
 Thanks,
 Jim
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 23, 2001 9:29 AM
 To: [EMAIL PROTECTED]
 Subject: RE: table-header with (Con't)
 
 
 
 Jim:
 
 We did something a while back using the following archaic procedure:
 1.  get current page # into var
 2.  use xsl:if to determine whether to put out Cont
 
 I don't have the code readily available, but if you really 
 need it I can
 take a look.
 
 -Lou
 
 
 
 
 
 Jim Urban [EMAIL PROTECTED] on 10/23/2001 10:12:21 AM
 
 Please respond to [EMAIL PROTECTED]
 
 To:   [EMAIL PROTECTED]
 cc:
 
 Subject:  RE: table-header with (Con't)
 
 Does anyone have an answer to this question?  I need to do 
 the same thing.
 
 Thanks,
 Jim
 
 -Original Message-
 From: Matt Savino [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 23, 2001 1:50 AM
 To: [EMAIL PROTECTED]
 Subject: table-header with (Con't)
 
 
 Is there anyway to get a table header to print differently after the
 first time/page? Namely I want to reprint the title above a particular
 table everytime the page breaks, but I want to add '(Con't)' 
 to the end
 of the title. I'm already using a page header and then a table header
 within that. These blocks are sub-tables with their own headers within
 that master table.
 
 So far, thanks to your help I've managed to avoid counting 
 rows. I hope
 there's a solution to this problem as well.
 
 Thanks a lot,
 Matt
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 


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