Does anyone know where a W3 Schema definition for XSL can be found? I have searched, but cannot find anything satisfactory. -Steve Pruitt [Non-text portions...
... There is no official schema (and while I've seen unofficial DTDs and I've heard of an unofficial RELAX-NG schema, I haven't heard of a W3C Schema). While...
I am creating a pdf file with fop. When I open the PDF in Adobe reader and print it the quality is much better than when I print the pdf directly from Linux...
hi i m working on XML to PDF converter using FOP can u plz tell me which all methods r in java to support xml to pdf conversion and wt input takes and how it...
... It sounds to me like the problem is in the way the Linux CUPS system prints the PDF. Have you tried googling for a forum relating to Linux CUPS systems? ...
Chris Bowditch
bowditch_chris@...
May 2, 2006 7:56 am
7173
Hey Ravi, Please don't hijack someone's thread, i.e. don't reply to an email if your topic is new. Java uses the Xalan processor from the Apache project. I did...
All, I need to define a non-XSL declaration. Something in my own namespace. My question is how to reference the declaration, or can you? Ideally, I need to...
I'm not sure what you mean, or what you are trying to do, but you can always add a namespace declaration in the element you want to use it in. Usually you...
... That still isn't clear. What is your purpose in doing so? We cannot answer your question completely without knowing the objective of what you are doing...
Hey Steve, Your example should work, but as Ken pointed out the XSL-FO engine will just ignore those elements because the XSL-FO engine only understands FO...
Ok. We have an old, xml-based content format language we use to import and export between one of our applications and other third-party applications. We...
Ok. That's more information, but its still a little vague to me. I'll restate and let me know if I've got it. You have your own formatting language, similiar...
Yes. Basically. The usage is for importing and exporting to and from one document-editing format to our internal document-editing format. When we produce...
I want to test to see if I am on the last page of a document. In this example it is an invoice. I want to print a different table in REGION AFTER when I am on...
... This test is not available in XSLT because it is only known to the XSL-FO engine. ... Then use a page subsequence when you are describing patterns of your ...
I'm still trying to understand your use case here. XSL-FO is not an XML aplication for importing or exporting data - its a formatting application. Typically...
I understand and I am moving toward what XSL is designed for. As an intermediate step, I need to some things as described. Next, I intend to do as you say....
Is a "before" float always full page width? In a two-column layout, does a "before" float always span both columns? It seems to. Is there any way to float a...
Bob Stayton
bobs@...
May 16, 2006 7:21 pm
7188
... Yes. ... Yes. The before-float-reference-area is above the main-reference-area and columns are rendered only in the main-reference-area. ... Not in XSL-FO...
... This has not changed in FO 1.1. If you don't need to span columns, you could do in 1.1 by using a flow map and multiple body regions in place of the...
A working way to create a different footer for the last page of a document with xslt. In the looping of the detail lines test for the last line and set a ...
Antenna House is very pleased to announce the immediate availability of the Beta version of Antenna House XSL Formatter V4.0, which is the first product to...
All, I am trying to determine how to specify making text flow around a shape, like a circle. I don't have a specific flow order scenario, I only trying to...
... There is no automatic way to do this in XSL-FO--the best you can do is flow text around two sides of a box using side floats. With care you might be able...
... It just occurs to me that with XSL 1.1 you could do it by having a sequence of one-line-high body regions that go around the shape, connected using a flow...
Hello, We have a web application that is compiled as both a service and an ISAPI. We are using Antenna House 3.4 inside of both versions of the application. ...
WWW.GCAAAN.ORG AWARDS TO COMMUNITY ACHIVERS New Jersey, Edison: Pomp and gaiety marked the release of the publication on India's famous mythological heroine...
Hello All, I am trying to render an fo file using Apache FOP. The problem I am encountering is with PCL format. When the document is rendered in dual-column...