RE: [REDESIGN] Line layout manager discussion

2002-05-07 Thread Keiron Liddle
On Tue, 2002-05-07 at 03:56, Arved Sandstrom wrote: From a practical viewpoint it makes sense to wrap the block in an inline area with the traits and treat the block normally in layout terms but it still feels uncomfortable. It also introduces a whole lot of other questions about line

RE: [REDESIGN] Line layout manager discussion

2002-05-07 Thread Arved Sandstrom
Comments down under... -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: May 7, 2002 4:40 AM To: [EMAIL PROTECTED] Subject: RE: [REDESIGN] Line layout manager discussion On Tue, 2002-05-07 at 03:56, Arved Sandstrom wrote: From a practical viewpoint it

DO NOT REPLY [Bug 3215] - fo:leader with a percentage as leader-length does not display

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

DO NOT REPLY [Bug 3216] - break-after=page throws a break when page is full

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

DO NOT REPLY [Bug 3258] - Fop-0.20.0 fo:leader leader-pattern=dots/ is broken

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

Getting an error when using an XHTML file??

2002-05-07 Thread chadford . hilton
Hello - I have an application that produces HTML as output. I used tidy to make the HTML well-formed and added the XML header and renamed the file to filename.xml from filename.html. I then use FOP to try and create a filename.pdf file. I get a / by zero exception. The problem is the pageCount

Re: Getting an error when using an XHTML file??

2002-05-07 Thread Jeremias Maerki
FOP is a renderer for XSL:FO, not for XHTML. If you want to render XHTML, you have to convert it to XSL:FO first. I have an application that produces HTML as output. I used tidy to make the HTML well-formed and added the XML header and renamed the file to filename.xml from filename.html. I

cvs commit: xml-fop/conf xml-lang.xml config.xml userconfig.xml config.dtd

2002-05-07 Thread pbwest
pbwest 02/05/07 07:42:59 Modified:conf Tag: FOP_0-20-0_Alt-Design config.xml userconfig.xml config.dtd Added: conf Tag: FOP_0-20-0_Alt-Design xml-lang.xml Log: Initial checkin of versions for experimental code. Revision ChangesPath

Re: Getting an error when using an XHTML file??

2002-05-07 Thread chadford . hilton
Yes, correct. Since FOP ships with an XSLT processor, I believe that FOP can take XML and XSL:FO as inputs to render a pdf file. Which I have tested successfully. Because XHTML is XML, I would also expect that FOP could render a pdf file with an XHTML (saved as XML) and XSL:FO file as input. I

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

2002-05-07 Thread pbwest
pbwest 02/05/07 07:51:30 Added: src/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design LanguageFileReader.java Log: Reader for Country, Language Script data file. Revision ChangesPath No revision No

Re: Getting an error when using an XHTML file??

2002-05-07 Thread Cyril Rognon
Chad, Fop can render a FO file to PDF. Fop can render a XML file to PDF if you provide the convenient XSL file to transform the XML to FO. Anthena house tutorial gives some XHTML2FO stylesheet you could use or enhance to fit yur need. Cyril At 10:44 07/05/2002 -0400, you wrote: Yes,

Re: Getting an error when using an XHTML file??

2002-05-07 Thread Jeremias Maerki
You're still expressing yourself in strange terms, I think. FOP can only process XSL:FO input. That means if you have some XML file to be rendered by FOP, you have to write an XSLT Stylesheet that converts that XML format to XSL:FO. Same for XHTML. When you're doing both (XSLT and FOP) at the

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

2002-05-07 Thread pbwest
pbwest 02/05/07 08:05:46 Modified:src/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design FontInfo.java Log: Vector - ArrayList Revision ChangesPath No revision No revision 1.2.4.1 +5 -5

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

2002-05-07 Thread pbwest
pbwest 02/05/07 08:11:15 Modified:src/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design ConfigurationParser.java Log: Vector-ArrayList Hashtable-HashMap Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/configuration package.html

2002-05-07 Thread pbwest
pbwest 02/05/07 08:13:03 Added: src/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design package.html Log: Package description Revision ChangesPath No revision No revision 1.1.2.1 +6 -0

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

2002-05-07 Thread pbwest
pbwest 02/05/07 08:16:53 Modified:src/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design Configuration.java Log: Vector-ArrayList, Hashtable-HashMap, Enumerator-Iterator Revision ChangesPath No revision No

Re: Getting an error when using an XHTML file??

2002-05-07 Thread enrico . schnepel
Hello Chad, I am programming html2fo. It is a converter which converts from HTML or XHTML to XSL:FO. Primary goal is to generate a VALID XSL:FO file from almost any HTML file, but you will get better result with than without tidy. It is avilable from http://sourceforge.net/projects/html2fo

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

2002-05-07 Thread pbwest
pbwest 02/05/07 08:43:42 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design ColorSpace.java ColorType.java Log: Initial checkin for experimental version. Revision ChangesPath No revision No

Re: Getting an error when using an XHTML file??

2002-05-07 Thread chadford . hilton
This is great. Thanks, Enrico Chadford Hilton Web Integration PNC Financial Services v - 412-768-2395 e - [EMAIL PROTECTED] enrico.schnep

cvs commit: xml-fop/src/org/apache/fop/datatypes package.html

2002-05-07 Thread pbwest
pbwest 02/05/07 08:45:18 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design package.html Log: Changed package description for experimental code. Revision ChangesPath No revision No

Re: Getting an error when using an XHTML file??

2002-05-07 Thread chadford . hilton
Enrico - I notice this is native code. Any plans to port to Java?? Chad Chadford Hilton Web Integration PNC Financial Services v - 412-768-2395 e - [EMAIL PROTECTED]

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

2002-05-07 Thread pbwest
pbwest 02/05/07 08:58:53 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Length.java Keep.java Log: Updated to experimental code. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/datatypes CompoundDatatype.java CondLength.java IDNode.java IDReferences.java KeepValue.java LengthBase.java LengthPair.java LengthRange.java LinearCombinationLength.java MixedLength.java PercentBase.java PercentLength.java Space.java TableColLength.java ToBeImplemented.java ToBeImplementedProperty.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:04:18 Removed: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design CompoundDatatype.java CondLength.java IDNode.java IDReferences.java KeepValue.java LengthBase.java LengthPair.java

cvs commit: xml-fop/src/org/apache/fop/datatypes Angle.java Auto.java Bool.java Compound.java Country.java Ems.java EnumType.java FontFamilySet.java Frequency.java FromNearestSpecified.java FromParent.java InheritCompound.java Inherit.java IntegerType.java Ints.java Language.java Literal.java MappedEnumType.java MimeType.java NCName.java None.java Numeric.java Percentage.java Script.java ShadowEffect.java StringType.java TextDecorations.java TextDecorator.java Time.java UriType.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:06:37 Added: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Angle.java Auto.java Bool.java Compound.java Country.java Ems.java EnumType.java FontFamilySet.java Frequency.java

cvs commit: xml-fop/src/org/apache/fop/image/analyser AbstractImageReader.java BMPReader.java GIFReader.java ImageReader.java ImageReaderFactory.java JPEGReader.java PNGReader.java SVGReader.java TIFFReader.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:21:37 Removed: src/org/apache/fop/image/analyser Tag: FOP_0-20-0_Alt-Design AbstractImageReader.java BMPReader.java GIFReader.java ImageReader.java ImageReaderFactory.java JPEGReader.java

cvs commit: xml-fop/src/org/apache/fop/image AbstractFopImage.java BmpImage.java FopImage.java FopImageConsumer.java FopImageException.java FopImageFactory.java GifJpegImage.java ImageArea.java JAIImage.java JimiImage.java SVGImage.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:22:43 Removed: src/org/apache/fop/image Tag: FOP_0-20-0_Alt-Design AbstractFopImage.java BmpImage.java FopImage.java FopImageConsumer.java FopImageException.java FopImageFactory.java

cvs commit: xml-fop/src/org/apache/fop/layout/inline ForeignObjectArea.java InlineArea.java InlineSpace.java LeaderArea.java PageNumberInlineArea.java WordArea.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:24:55 Removed: src/org/apache/fop/layout/inline Tag: FOP_0-20-0_Alt-Design ForeignObjectArea.java InlineArea.java InlineSpace.java LeaderArea.java PageNumberInlineArea.java WordArea.java Log:

cvs commit: xml-fop/src/org/apache/fop/layout/hyphenation ByteVector.java CharVector.java Hyphen.java Hyphenation.java HyphenationException.java HyphenationTree.java Hyphenator.java PatternConsumer.java PatternParser.java TernaryTree.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:26:24 Removed: src/org/apache/fop/layout/hyphenation Tag: FOP_0-20-0_Alt-Design ByteVector.java CharVector.java Hyphen.java Hyphenation.java HyphenationException.java HyphenationTree.java

cvs commit: xml-fop/src/org/apache/fop/layout AbsolutePositionProps.java AccessibilityProps.java Area.java AreaClass.java AreaContainer.java AuralProps.java BackgroundProps.java BlockArea.java BodyAreaContainer.java BodyRegionArea.java BorderAndPadding.java Box.java ColumnArea.java DisplaySpace.java ExtensionArea.java FontDescriptor.java FontInfo.java FontMetric.java FontState.java HyphenationProps.java LineArea.java LinkSet.java LinkedRectangle.java MarginInlineProps.java MarginProps.java Page.java PageMaster.java RegionArea.java RelativePositionProps.java Space.java SpanArea.java TextState.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:28:08 Removed: src/org/apache/fop/layout Tag: FOP_0-20-0_Alt-Design AbsolutePositionProps.java AccessibilityProps.java Area.java AreaClass.java AreaContainer.java AuralProps.java

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

2002-05-07 Thread pbwest
pbwest 02/05/07 09:29:02 Modified:src/org/apache/fop/layout Tag: FOP_0-20-0_Alt-Design AreaTree.java Log: Precursor of the experimental AreaTree code. Revision ChangesPath No revision No revision

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

2002-05-07 Thread pbwest
pbwest 02/05/07 09:31:44 Modified:src/org/apache/fop/messaging Tag: FOP_0-20-0_Alt-Design MessageHandler.java Log: Reformatted Revision ChangesPath No revision No revision 1.5.2.1 +16 -11

cvs commit: xml-fop/src/org/apache/fop/xml - New directory

2002-05-07 Thread pbwest
pbwest 02/05/07 09:36:03 xml-fop/src/org/apache/fop/xml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/xml XMLEvent.java XMLSerialHandler.java package.html

2002-05-07 Thread pbwest
pbwest 02/05/07 09:40:46 Added: src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLEvent.java XMLSerialHandler.java package.html Log: New files for SAX XML event serialisation. Revision ChangesPath No revision No

Tables: padding and borders

2002-05-07 Thread J.U. Anderegg
Tests with FOP 0.20.1 and PDF output: o Cells - Define a rectangle with geometric lines as sides: width = 0. - Padding on the cell element offsets text within the cell rectangle. - Border rectangles are centered over the sides of the cell rectangle. Adjacent cells put

FOP and TransformerException

2002-05-07 Thread Jaideep Chadha
I am using FOP version 0.18.1. I am also using ATGs Dynamo 4.5.1 for serving the UI for the application. I get TransformerExceptions and IOExceptions at times. Sometimes these exceptions don't have any effect and a pdf is generated properly, but at times it fails. Any suggestions or help

Fw: keep-together.within-page implemented ?

2002-05-07 Thread Holger Prause
- Original Message - From: Holger Prause [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 7:27 PM Subject: keep-together.within-page implemented ? Hello, I have some problems using keep-together.within-page and i am wondering if its implemented yet. (Obviously

TransformerException: 4098

2002-05-07 Thread Jaideep Chadha
I get stack trajavax.xml.transform.TransformerException: 4098 at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.init(Compiled Code) at java.lang.Exception.init(Compiled Code)