Re: Problems with SAX pipeline

2002-03-27 Thread Laurent Bihanic
Hi David, David B. Bitton wrote: > my code uses the following: > > transformer.transform( new DOMSource( doc ), new SAXResult( > _driver.getContentHandler() )); > > and it works great. Lemme know if you'd like to see the rest. :) > My code is exactly the same: transformer.transform(new

Re: Problems with SAX pipeline

2002-03-27 Thread Laurent Bihanic
Hi, J.Pietschmann wrote: > I suggest to check your SAX stream first whether all elements are > properly closed. Try to feed it as a SAXSource to an identity XSL > transformation (use TransformerFactory.newInstance().newTransformer()). > The serialized file will be always well-formed (the transfor

Re: Problems with SAX pipeline

2002-03-27 Thread Laurent Bihanic
Hi again, J.Pietschmann wrote: > I suggest to check your SAX stream first whether all elements are > properly closed. Try to feed it as a SAXSource to an identity XSL > transformation (use TransformerFactory.newInstance().newTransformer()). > The serialized file will be always well-formed (the tr

cvs commit: xml-fop/contrib/servlet - New directory

2002-03-27 Thread keiron
keiron 02/03/27 03:42:20 xml-fop/contrib/servlet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/servlet/lib - New directory

2002-03-27 Thread keiron
keiron 02/03/27 03:43:56 xml-fop/contrib/servlet/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/servlet/conf - New directory

2002-03-27 Thread keiron
keiron 02/03/27 03:43:56 xml-fop/contrib/servlet/conf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/servlet/src - New directory

2002-03-27 Thread keiron
keiron 02/03/27 03:43:57 xml-fop/contrib/servlet/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.java FopServlet.java

2002-03-27 Thread keiron
keiron 02/03/27 03:55:52 Added: contrib/servlet README build.bat build.sh build.xml contrib/servlet/conf web.xml contrib/servlet/lib readme.txt contrib/servlet/src FopPrintServlet.java FopServlet.java Log: updated old servlet code, mov

cvs commit: xml-fop/docs/examples/embedding FopServlet.java fop.war

2002-03-27 Thread keiron
keiron 02/03/27 04:02:42 Removed: docs/examples/embedding FopServlet.java fop.war Log: moved to contrib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with SAX pipeline

2002-03-27 Thread Laurent Bihanic
Laurent Bihanic wrote: > FOP does not display any error message but the generated PDF file is 2 > KB shorter than when generated from the same FO document read from a > file and Acrobat Reader complains that "the file is damaged and could > not be repaired". > I found the problem in the appl

cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.java FopServlet.java

2002-03-27 Thread keiron
keiron 02/03/27 05:08:54 Added: contrib/servlet Tag: fop-0_20_2-maintain README build.bat build.sh build.xml contrib/servlet/conf Tag: fop-0_20_2-maintain web.xml contrib/servlet/lib Tag: fop-0_20_2-maintain readme.txt

Re: [PATCH] FopServlet WAR

2002-03-27 Thread Keiron Liddle
Hi Jeremias, Thanks, I have committed this and also on the maintanence branch. btw. directories don't have branches only files do. Once a directory is created it then always exists for all branches. On 2002.03.24 22:04 Jeremias Maerki wrote: > Hi Foppers > > As promised I've put together a zi

Scroll Bar for the Page....

2002-03-27 Thread Anshuman
Hi !,       Can any one tell me how can I add a scrollbar to the page when the data in the page is more than what can be displayed in the normal window. Its urgent and any help will be greatly appreciated.       Thanks in advance.     with regards,ASM

Re: [PATCH] FopServlet WAR

2002-03-27 Thread Jeremias Maerki
Hi Keiron > Thanks, I have committed this and also on the maintanence branch. Thank you. I'm also thinking about putting together a set of example java classes that show how FOP can be (and should be) used. This is to mirror (and complete) the stuff in the "Embedding" page on the website. Don't

Recent additions to ALT DESIGN documentation

2002-03-27 Thread Peter B. West
Keiron has committed for me some additions to the ALT DESIGN documentation, which resides under the NEW DESIGN item in the FOP web pages. These should be available shortly. The new items include discussion on co-routines (some changes still pending) galleys footnotes Some of this discussion

DO NOT REPLY [Bug 7525] New: - table with spans inside a list-block

2002-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: How to keep space between two region/block/ ... while rendering?

2002-03-27 Thread J.Pietschmann
Anshuman wrote: > Can any one tell me how can I keep space between two tag > or between two tag ? > My problem is that I have a tag where I keep the > table header information and where I keep the body. But when > the data in the header tags is more, it overlaps the body and hence I

cvs commit: xml-fop/src/org/apache/fop/viewer/resources messages.ru resources.ru

2002-03-27 Thread chrisg
chrisg 02/03/27 11:15:39 Modified:src/org/apache/fop/apps Tag: fop-0_20_2-maintain AWTStarter.java src/org/apache/fop/viewer/resources Tag: fop-0_20_2-maintain resources.ru Added: src/org/apache/fop/viewer/resources

Re: CVS branches

2002-03-27 Thread Michael Gratton
Keiron Liddle wrote: > > Confusion abounds! > It does indeed. 8) > The trunk is also known as: "HEAD", "MAIN", main, development, redesign > or even "cvs update -A" or "cvs update -rHEAD" Okay, thanks for clearing that up. My confusion arose from the fact that ViewCVS (which is used by cv

cvs commit: xml-fop/docs/design/alt.design traits.xml xml-parsing.xml

2002-03-27 Thread keiron
keiron 02/03/27 22:58:13 Modified:docs/design/alt.design traits.xml xml-parsing.xml Log: some corrections and additions Submitted by: "Peter B. West" <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +174 -25 xml-fop/docs/design/alt.design/traits.xml Index: tr