RE: Convert InputSource into a Character array

2007-04-06 Thread Sascha Schmidt
Hi Harshini, I though you were using a large XML String (/Character-Array) with a CharArrayReader to setup your InputSource. Maybe I was wrong? How do you create your input source? It seems that someone uses and closes the InputSource (i.e. the stream) before FOP is invoked? Things are still a

Re: FOP 0.93 throws exception when it encounters a graphic

2007-04-06 Thread a_l . delmelle
- Oorspronkelijk bericht - Van: Jeff Powanda [mailto:[EMAIL PROTECTED] Hi Jeff, I trying to update my DocBook system to FOP 0.93 and DocBook XSl 1.72. Whenever I try to process a document that has a graphic I now get the following exception: SEVERE: Exception Can you send a bit

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Jeff Vannest
Just FYI: the other known workaround (which fits some scenarios better than inserting ZWSPs) would be to activate hyphenation, and use a ZWSP as hyphenation-character... In that case, FOP will This is new to me, so let me see if I understand: A ZWSP is implicit between characters. For

RE: Convert InputSource into a Character array

2007-04-06 Thread Harshini Madurapperuma
Hi Sascha; This is my class overview; for u to get a rough idea. Initially I have a char array which I have converted into InputSource. Then within the Driver class in render method I want that InputSource to be converted back into a char array. My class

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Vincent Hennebert
Hi Jeff, Jeff Vannest a écrit : Just FYI: the other known workaround (which fits some scenarios better than inserting ZWSPs) would be to activate hyphenation, and use a ZWSP as hyphenation-character... In that case, FOP will This is new to me, so let me see if I understand: A ZWSP is

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Andreas L Delmelle
On Apr 6, 2007, at 14:58, Vincent Hennebert wrote: Hi Jeff / Vincent, snip / - or you enable hyphenation and use ZWSP instead of the regular hyphen character. Thus FOP will break inside words that it is able to hyphenate; if they aren't normal English words this may not work well and

Re: word page break

2007-04-06 Thread Pardha Paruchuri
Hi Jay, Thanks for your help. I have tried to add my code to the existing template as shown below but that was giving NPE error during transformation. xsl:template match=w:br !-- defines a page, column, or text-wrapping break -- xsl:choose xsl:when test=@w:type='page'/