Extreme Markup Languages 2006 the place to be in August for people who think about markup Peer-reviewed Papers. Late-breaking News. Daily Polemics. Posters. ...
B Tommie Usdin
btusdin@...
Jul 5, 2006 10:02 pm
7212
Hi Guys I have the XML and XSL below this message. They work fine together except for one small problem I can't seem to get past. The basic idea is that I...
Hello everyone, I have an interesting question. I am working on an FO report that lists multiple rows of data. What I need to do is to make the first row of...
... The arms-length relationship between transformation (typically XSLT) and formatting prevents such a logic question to be posed in your stylesheet. XSL-FO...
... Well, I'm trying to format the first row of a page differently from the last. I guess I'll just move on. But what would you do if you need to number rows...
... You already said that ... I asked what difference you wanted in the formatting. ... That cannot be done in XSL-FO ... there is no semantic in XSL-FO...
Hello, I am a newbie on XSLT and I have a project that needs to create a PDF files for the report results that are wrapped as Java object. I am getting an...
Change the version attribute of your xsl:stylesheet to 1.0. Version 1.1 was abandoned in favor of XSLT 2.0 and should not be used. I was able to transform...
Hello, i am creating a pdf using xsl and xml, if i do it with java from sun it works well with 5 pages (header and 2 lines per page the last page has 8 lines)...
I am using space-before (I think cause I read somewhere margin-left=space-before in XSL-FO) and borders on a table. However the space-before doesn't act like...
... Actually space-start= is used for inline constructs, but not for block constructs. ... Right ... because this is a publishing convention. In order to mimic...
... Sorry for not spelling this out in detail: margin-left is *like* space-start, not *like* space-before, but unlike margin-left, which does apply to...
Hey Ken, Applying margin="0px" seems to work when working with a fo:block with a border but not a table with a border. Can you elaborate on why this might be...
Dear list subscribers, Axos Technologies is pleased to announce Axos FormMapper. Download your FREE trial copy at www.formMapper.com/Download/FormMapperTrial ...
Hi all, Could you all kind enough to provide me with a list of some competitors to Arbortext E3? Thanks in advance for your response! Regards, Horace ... Stay...
Horace Burke
xmlmarkup@...
Aug 11, 2006 10:26 pm
7227
XXE by XMLmind.com. It fully supports DITA, and has addons for FOP 0.25, FOP 0.92beta, and XEP 4.0. A great product, IMHO. ... competitors to Arbortext E3?...
... I finally made the time to review your question, which prompted me to look at your original post: ... I put the above extract through AntennaHouse and ...
thanks, Ken. yeh i think i have had trouble before with fop 20.9 as searching the forums brings this same question from me a while back which i never solved :)...
... I can't tell which version of FOP you are actually using there isn't a 20.9.2 or a 20.9. The current stable releases are: 0.20.5 or 0.92beta ... If you are...
Chris Bowditch
bowditch_chris@...
Aug 16, 2006 4:01 pm
7231
... yeh sorry about that, getting 0.92 and 0.20.5 confused :) yup maybe ill take the leap and try .92 beta, again thanx to all who responded. Lates, Arian ... ...
Is there a way to determine how much space (in mm, cm, ect) a snippet of FO would take? I need to page a table in a specific order and rows taking more than...
Seems like FOP 0.92 solvwes alot of my problems. I am having 1 issue though... i have a table of contents that used leaders to do something like this. ...
seems like whitespace is part of my problem so adds a bit of space before and after the leaders, so instead of 'pretty printed' code, got rid of spaces like...
Okay i am pretty sure i have 'found the problem' but unsure how to fix it. page-number-citation seems to add its own padding to the right? anyone know why this...
... That's something called an "implementation restriction" and caused by the problem that there has to be some space allocated for the page number before the...
not sure what u want to do when its going to go over 1 line... but u can check for that if you use a monospace font-family (font-family="monospace")on that...
Hi, I have read the following topic on how to add font in fop: http://groups.yahoo.com/group/XSL-FO/message/5125 but when I try to launch the creation of the...
Maybe try a full path for output of your xml file? The following I have in a bat file (obviously this is for PFM fonts but the same should apply for TTF), it's...
Hi Ken, Thanks a lot for your answer. But what I don't understand is that you use the version 0.90 beta for make your file? Why? I have download this package...