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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7339 - 7368 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7339
Hi, Like it say in title I have some problem with one text in my fop hyphenation for all other case that goes very well. Can you help me to know what I do...
virgul4u
Offline Send Email
Mar 6, 2007
2:05 pm
7340
EXTREME MARKUP LANGUAGES 2007(r) (a registered trademark of IDEAlliance) THE MARKUP THEORY & PRACTICE CONFERENCE It takes time to write a paper, so if you want...
B Tommie Usdin
btusdin@...
Send Email
Mar 12, 2007
3:13 pm
7341
Apologies for the confusion: Extreme 2007 papers are due April 20th, 2007! EXTREME MARKUP LANGUAGES 2007(r) (a registered trademark of IDEAlliance) THE MARKUP...
B Tommie Usdin
btusdin@...
Send Email
Mar 12, 2007
4:00 pm
7342
Hi: I am trying to cross reference within a document using xref. Here is my sample XML input: <level1 id="123"> <text>This is a step. <level2 id="456"> <text>...
mina_hurray
Offline Send Email
Mar 19, 2007
4:31 pm
7343
... The code you provided was not well formed and I guessed at the markup you needed. ... But since "aaa" is at level 3, by definition it should read "1.a.i" ...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 19, 2007
5:24 pm
7344
Thank you very much Mr.Holman. Pardon me for my typos. I tried the code that you gave me and it worked. I have just one more question for you. I have mentioned...
ms
mina_hurray
Offline Send Email
Mar 19, 2007
7:03 pm
7345
... Close but there is a nuance that I neglected last time. You cannot easily get the trailing ")" after the "5" because it is considered part of the prefix...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 19, 2007
10:46 pm
7346
Thank you very much for your help on this. It worked for me....
mina_hurray
Offline Send Email
Mar 22, 2007
9:07 pm
7347
Hi: 1) Can someone please explain the use of align="char" attribute at an "entry" in the cals table? 2) How can this be implemented on XSLFO tables? Thank you...
mina_hurray
Offline Send Email
Mar 27, 2007
2:38 pm
7348
... Consider a list of numbers in which a decimal point is being used with varying amounts of precision: 1.23 23.456 2.5678 124. 12.1 If you are reading this...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 27, 2007
4:39 pm
7349
As usual Mr.Holman, your answer has helped me understand this a lot better. I just have one more question. While authoring any cals table model, if I have to...
mina_hurray
Offline Send Email
Mar 27, 2007
6:47 pm
7350
... Yes, that's what I see in the OASIS specification. ... Yes, something along the lines of text-align="{@char}" based on where you have this in your...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 27, 2007
8:22 pm
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
Messages 7339 - 7368 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