Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1394
  • Founded: Jan 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 7168 - 7197 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7168 Steve Pruitt
st_pruitt Send Email
May 1, 2006
4:58 pm
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...
7169 G. Ken Holman
g_ken_holman Send Email
May 1, 2006
6:32 pm
... 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...
7170 freefly_xml Send Email May 1, 2006
10:52 pm
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...
7171 ravi gupta
ravipratap8 Send Email
May 2, 2006
7:06 am
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...
7172 Chris Bowditch
bowditch_chris@... Send Email
May 2, 2006
7:56 am
... 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? ...
7173 Joe Moore
i_bugsy Send Email
May 2, 2006
12:51 pm
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...
7174 Steve Pruitt
st_pruitt Send Email
May 2, 2006
3:14 pm
I have a project where I am working on a schema that needs to reference an XSL schema. I have been referred to: ...
7175 Steve Pruitt
st_pruitt Send Email
May 12, 2006
5:37 pm
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...
7176 Joe Moore
i_bugsy Send Email
May 12, 2006
6:00 pm
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...
7177 Steve Pruitt
st_pruitt Send Email
May 12, 2006
8:16 pm
Sorry, I wasn't vey clear. What I am asking is how to reference a non fo declaration in a fo tag. Here is my scenario. <fo:root ...
7178 G. Ken Holman
g_ken_holman Send Email
May 12, 2006
8:46 pm
... 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...
7179 Joe Moore
i_bugsy Send Email
May 13, 2006
4:47 pm
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...
7180 Steve Pruitt
st_pruitt Send Email
May 15, 2006
4:59 pm
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...
7181 Joe Moore
i_bugsy Send Email
May 15, 2006
6:04 pm
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...
7182 Steve Pruitt
st_pruitt Send Email
May 15, 2006
6:32 pm
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...
7183 freefly_xml Send Email May 15, 2006
10:05 pm
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...
7184 G. Ken Holman
g_ken_holman Send Email
May 16, 2006
5:11 am
... 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 ...
7185 Joe Moore
i_bugsy Send Email
May 16, 2006
2:46 pm
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...
7186 Steve Pruitt
st_pruitt Send Email
May 16, 2006
3:46 pm
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....
7187 Bob Stayton
bobs@... Send Email
May 16, 2006
7:21 pm
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...
7188 G. Ken Holman
g_ken_holman Send Email
May 16, 2006
7:36 pm
... 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...
7189 ekimber
drmacro Send Email
May 16, 2006
7:41 pm
... 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...
7190 freefly_xml Send Email May 16, 2006
8:52 pm
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 ...
7191 Keiko Hiraide
hiraidekeiko Send Email
May 18, 2006
11:02 am
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...
7192 Steve Pruitt
st_pruitt Send Email
May 19, 2006
7:38 pm
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...
7193 ekimber
drmacro Send Email
May 22, 2006
2:47 pm
... 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...
7194 ekimber
drmacro Send Email
May 22, 2006
2:53 pm
... 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...
7195 Casey Vincent [pdmagic]
casev77 Send Email
May 22, 2006
8:30 pm
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. ...
7196 nettohero Send Email May 23, 2006
5:41 am
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...
7197 kumar puppala
kpuppala Send Email
May 25, 2006
7:42 pm
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...
Messages 7168 - 7197 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help