Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7351 - 7380 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7351
Hi: I am not sure if this is the right place to post this question. I would like to know if there is an option to issue saxon to tell it to ignore the...
mina_hurray
Offline Send Email
Apr 2, 2007
7:38 pm
7352
... This is really an XSLT question and not a Saxon question. What exactly are you trying to do? There may be a way to do what you need using some of the...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2007
7:45 pm
7353
Basically the input file is in SGML format and the output needs to be a well formed XML. So my inputs would be the sgm file and the stylesheet to transform it...
mina_hurray
Offline Send Email
Apr 2, 2007
7:57 pm
7354
... You need to use a tool to convert the SGML to XML before Saxon (or any other XML processor) can process it. For example, James Clark's SX tool, part of the...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2007
8:24 pm
7355
Mina, following on what Eliot says below, there is a wrapper for SX that I have published that preserves the entity declaration subset of the SGML. Look for...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 3, 2007
12:21 am
7356
I will take a look at both. Thank you very much for all your help. ... of the SGML. ... below. ... to be ... output. ... tool, ... I can...
mina_hurray
Offline Send Email
Apr 3, 2007
1:28 pm
7357
Hi: I am trying to keep a table title and the table together but it does not work. I have set keep-with-next="always" for the title. What happens is if the...
mina_hurray
Offline Send Email
Apr 3, 2007
1:43 pm
7358
... You will need to put a keep-together.within-column on the first table row. If the title plus first row won't fit on the current page, that should force the...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 3, 2007
2:00 pm
7359
Thank you for your response. That worked just fine. ... rows...
mina_hurray
Offline Send Email
Apr 4, 2007
3:00 pm
7360
Hi: I was not sure how to frame the subject and question for this porblem. Basically, I am trying to read from an external XML file using document() function. ...
mina_hurray
Offline Send Email
Apr 4, 2007
9:16 pm
7361
... This is an XSLT question and should really be asked on the XSLT mailing list maintained by Mulberry Technologies: ...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 4, 2007
9:30 pm
7362
... You are taking a "programmer's approach" to the problem, like many of my students try to do until they learn some principles of XSLT. ... Yes ... you do...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 4, 2007
9:35 pm
7363
... Ken reminds me that this isn't actually good in either XSLT 1, because 1 string acts on the node in document order, while in 2 string doesn't allow a node...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 4, 2007
9:51 pm
7364
As usual this has helped me resolve my issue. This is part of a bigger issue that I have where I am filtering data. It is complicated and although I have a...
mina_hurray
Offline Send Email
Apr 5, 2007
3:05 pm
7365
... Without knowing more of your input data and your conditions, I think I would have addressed this the same way with <xsl:number>. But I wonder why you...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 5, 2007
4:28 pm
7366
... Depending on the complexity of what you're trying to do, it might be easier to implement or maintain either of these options: - Preprocess the input to do...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 5, 2007
5:04 pm
7367
Altsoft announces the release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Workstation 2007 and AltViewer...
Stanislav Sobolevsky
altsoftnv
Offline Send Email
Apr 10, 2007
7:19 am
7368
Altsoft announces the release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Workstation 2007 and AltViewer...
Altsoft Xml2PDF
xml2pdf
Offline Send Email
Apr 13, 2007
9:12 am
7369
Hello: I am faced with a bunch of problems involving page layout and keep together for tables. I have a layout for graphics pages: <fo:simple-page-master...
mina_hurray
Offline Send Email
Apr 16, 2007
4:55 pm
7370
Thank you for your response. I did try using entity inside the style sheet. Somehow the style sheet is not picking up the entity name. Here is the structure: ...
mina_hurray
Offline Send Email
Apr 23, 2007
4:18 pm
7371
Hi: Is there a way to dynamically number pages in XSLFO? Suppose I have an xml: <root> <...some element...> <image></image> </root> If there is an image, then...
mina_hurray
Offline Send Email
Apr 24, 2007
11:28 pm
7372
... Only by you triggering actual blank pages in the output that then get removed/replaced ... you cannot do arithmetic with page numbers. I'm assuming by...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 24, 2007
11:43 pm
7373
Thank you for your response. Does that mean that XSLFO does not allow numbering pages dynamically? Is there any way to fo it using different page sequences? ...
ms
mina_hurray
Offline Send Email
Apr 25, 2007
12:01 am
7374
... Twice now you've used the word "dynamically" so I suppose I do not understand what you are saying. In your example, you cited that the presence or absence...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 25, 2007
1:35 am
7375
Hello Mr.Holman: I did understand your answers. I apologize for repeating my questions, but they were just to clarify to make sure I understood what you were ...
mina_hurray
Offline Send Email
Apr 25, 2007
3:36 pm
7376
I've read all over (as well as asked the question myself) and I realize there is no way to get a footer of: "Page 'current page number'/('next page number'...
Carolyn
bettyrubble2000
Offline Send Email
Apr 26, 2007
5:09 pm
7377
Hi all: Is there is a way to prevent the overlapping of content with the footer of a page in xslfo? Thanks in advance for your help....
mina_hurray
Offline Send Email
Apr 30, 2007
7:31 pm
7378
... Make sure your body region bottom margin is greater than or equal to the extent of the after region. Cheers, Eliot -- W. Eliot Kimber Professional Services...
Eliot Kimber
drmacro
Online Now Send Email
Apr 30, 2007
7:50 pm
7379
... In most cases, such overlaps are caused by a too small bottom margin for the body region. Be sure that the bottom margin is larger than the extent of the...
J.Pietschmann
j3322ptm
Offline Send Email
Apr 30, 2007
8:03 pm
7380
I decreased the extent for region-after and that worked well for me. Thanks for all your help. ... __________________________________________________ Do You...
ms
mina_hurray
Offline Send Email
Apr 30, 2007
9:48 pm
Messages 7351 - 7380 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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