RE: Embedded files in FOP

2002-10-02 Thread nick . moon
man thanks J, I'll go check the archive and see what I can get from that. :-) -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: 01 October 2002 21:26 To: [EMAIL PROTECTED] Subject: Re: Embedded files in FOP [EMAIL PROTECTED] wrote: I am presently working on a

cvs commit: xml-fop/src/org/apache/fop/datatypes AbstractPropertyValue.java

2002-10-02 Thread pbwest
pbwest 2002/10/01 23:58:25 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java Log: Added stackedBy. Revision ChangesPath No revision No revision 1.1.2.3

cvs commit: xml-fop/src/org/apache/fop/datatypes PropertyValue.java PropertyValueList.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:00:08 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design PropertyValue.java PropertyValueList.java Log: Added stackedBy. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo Properties.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:06:27 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Split ShorthandPropSets from PropertySets. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo FObjects.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:07:20 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java Log: Added getAttrSetName(). Revision ChangesPath No revision No revision 1.1.2.7 +23 -3

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:08:26 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Ignore properties not in attribute set for this node. Revision ChangesPath No revision No revision 1.19.2.11 +31

cvs commit: xml-fop/src/org/apache/fop/fo/expr SystemFontFunction.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:10:37 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design SystemFontFunction.java Log: Split ShorthandPropSets from PropertySets. Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo/expr DataTypeNotImplementedException.java FunctionNotImplementedException.java PropertyNotImplementedException.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:12:29 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design DataTypeNotImplementedException.java FunctionNotImplementedException.java PropertyNotImplementedException.java Log:

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyTokenizer.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:19:59 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyTokenizer.java Log: Fixed bug in numeric unit handling. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyParser.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:23:18 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyParser.java Log: Add explicit reset()s. Add InheritedValue handling. Access tokenizer expr value via method call. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo/pagination FoSimplePageMaster.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 00:26:01 Modified:src/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoSimplePageMaster.java Log: Access master-name through propertySets. Revision ChangesPath No revision No

Re: Antwort: fo wysiwig editor

2002-10-02 Thread Erik_Vanherck
You might also want to take a look at Scriptura from Inventive Designers (http://www.inventivedesigners.com/scriptura) In short... it's a GUI designer for XSL-FO documents. You can merge XML or JDBC data, add barcodes, use conditions, etc... It's focused on report generation, but you can also

Displaying Contents on the same line.

2002-10-02 Thread Balajee Chandrasekaran
Hi all, I have to display two phrases on either side of the same line. like This is at the start This is at the end how can i do that??? thanks in advance for te help regards Balajee

Re: Displaying Contents on the same line.

2002-10-02 Thread Guy D'haenens
You could use a table with 2 columns. In the first column, set the text alignment to left, in the second column, set the text alignment to right. Sometimes life can be easy ;-) - Original Message - From: Balajee Chandrasekaran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

RE: Displaying Contents on the same line.

2002-10-02 Thread Balajee Chandrasekaran
Hi Guy, Thanks it worked. regards Balajee Chandrasekaran -Original Message- From: Guy D'haenens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:22 PM To: [EMAIL PROTECTED] Subject: Re: Displaying Contents on the same line. You could use a table with 2 columns. In the

Text at th end of a page.

2002-10-02 Thread Balajee Chandrasekaran
Hi, I want to display a paragraph at the bottom of a page. I have defined my page footer. The paragraph that I want to display is not a part of the page footer, but i want it to be placed always at the bottom of the page, even if the page is blank. thanks in advance regards Balajee

Properties of PDF Documents

2002-10-02 Thread Ing. Atilio Ranzuglia Buteler
i'm looking for information about the following: - is the any way in securing a pdf document. to prohibit that a user selects and copies the text? - can the printer be selected from the pdf document? thanks __ Do you Yahoo!? New DSL Internet

Re: Properties of PDF Documents

2002-10-02 Thread Oleg Tkachenko
Ing. Atilio Ranzuglia Buteler wrote: i'm looking for information about the following: - is the any way in securing a pdf document. to prohibit that a user selects and copies the text? - can the printer be selected from the pdf document? I doubt this has something to do with fop, look for

Re: Properties of PDF Documents

2002-10-02 Thread Ing. Atilio Ranzuglia Buteler
the thing is that i'm producing the pdf document with fop, otherwise i'll be looking for information about the pdf specification --- Oleg Tkachenko [EMAIL PROTECTED] wrote: Ing. Atilio Ranzuglia Buteler wrote: i'm looking for information about the following: - is the any way in securing

Re: Properties of PDF Documents

2002-10-02 Thread Oleg Tkachenko
Ing. Atilio Ranzuglia Buteler wrote: the thing is that i'm producing the pdf document with fop, otherwise i'll be looking for information about the pdf specification fop cannot accomplish what you want, but you can postprocess generated pdf by some pdf-oriented library (iText is the most

Re: Antwort: fo wysiwig editor

2002-10-02 Thread Mark Bitz
Guys, That goes for me as well. I would like to get in. Mark - Original Message - From: Vaidya, Raghavendra (CORP, GEITC) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 12:43 AM Subject: RE: Antwort: fo wysiwig editor Guys, I am one of the users of FOP for a

AW: AW: large tables loop problem

2002-10-02 Thread Tobias Kuhn
Title: Nachricht Hello, i don't know how to view my xslt result. i am working on a project , where all the data of the software can be saved to xml... now i want to create a pdf report file out of the xml data, and i only provide and xsl file with FO tags. so i have written a java class

RE: large tables loop problem

2002-10-02 Thread Rhett Aultman
Title: Nachricht Run your XML file and XSL file through the XT program found here: http://www.blnz.com/xt/index.html This should give you an XSLT result. The resulting information should be a purely FO document so that any of us could immediately run it in FOP and see what's what.

AW: large tables loop problem

2002-10-02 Thread Tobias Kuhn
Title: Nachricht this program does't seem to work for me, i always get an error "character not allowed"... -Ursprüngliche Nachricht-Von: Rhett Aultman [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 2. Oktober 2002 15:59An: [EMAIL PROTECTED]Betreff: RE: large tables loop

RE: large tables loop problem

2002-10-02 Thread Rhett Aultman
Title: Nachricht You may have syntax in one of your two files that it doesn't like. You'll have to work with it and get it to work for you. Last I used XT, it at least listed the line number of the "bad character" so it shouldn't be too hard for you to figure out. When in doubt, read the

A survey about handling bugs in open source projects

2002-10-02 Thread Gunes Koru
Hello all FOP contributors, I am conducting a survey about the way defects (or bugs-I use these two words interchangeably) are handled in open source software projects. It is very easy to fill out. It consists of three short sections which can be completed at once or in different sessions. The

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java FoRoot.java Properties.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 08:14:29 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java FoRoot.java Properties.java Log: Moved FObjects to FOPropertySets. Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo/pagination FoSimplePageMaster.java FoPageSequenceMaster.java FoLayoutMasterSet.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 08:19:59 Modified:src/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoSimplePageMaster.java FoPageSequenceMaster.java FoLayoutMasterSet.java Log: Moved FObjects to FOPropertySets. Revision Changes

DO NOT REPLY [Bug 3898] - fo:page-number-citation fails if id is in block with break-before=page

2002-10-02 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=3898. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Text at th end of a page.

2002-10-02 Thread Chris Bowditch
I want to display a paragraph at the bottom of a page. I have defined my page footer. The paragraph that I want to display is not a part of the page footer, but i want it to be placed always at the bottom of the page, even if the page is blank. Why cant you include the paragragh in the region

RE: FOP defect when rendering rotated grouped text and path objects

2002-10-02 Thread Matthew L. Avizinis
OK, thanks for your assessment. Now all I have to do is figure out how to use Bugzilla... This could be a bug in the PDF renderer. You'll have to wait for Keiron to reappear for comments. Perhaps you should open a bug in bugzilla. J.Pietschmann

cvs commit: xml-fop/src/org/apache/fop/fo FOTree.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:13:32 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Removed PropertyTriplet import. Revision ChangesPath No revision No revision 1.1.2.14 +3 -4

cvs commit: xml-fop/src/org/apache/fop/fo PropertyConsts.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:14:29 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Removed getNonInheritedSet() method. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo FOPropertySets.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:16:51 Added: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOPropertySets.java Log: Added inherited and non-inherited bitsets for sub-tree attribute sets, with initializers and accessors. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo ShorthandPropSets.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:23:32 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design ShorthandPropSets.java Log: Fixed initialization of shorthand and compound property bitmaps. Revision ChangesPath No revision No

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

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:27:29 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLNamespaces.java Log: Fixed problem adding namespace. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/datastructs SyncedCircularBuffer.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:29:02 Modified:src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design SyncedCircularBuffer.java Log: Fixed exception message. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/datastructs ROIntArray.java

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:30:34 Modified:src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design ROIntArray.java Log: Fixed initialization problem with int[][] constructor. Revision ChangesPath No revision No

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

2002-10-02 Thread pbwest
pbwest 2002/10/02 20:37:27 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design SyncedXmlEventsBuffer.java Log: Rethrow InterruptedException directly. Revision ChangesPath No revision No revision