... 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 ... ...
7230
Chris Bowditch
bowditch_chris@...
Aug 16, 2006 4:01 pm
... 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...
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 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 ...
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?...
7226
Horace Burke
xmlmarkup@...
Aug 11, 2006 10:26 pm
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...
Dear list subscribers, Axos Technologies is pleased to announce Axos FormMapper. Download your FREE trial copy at www.formMapper.com/Download/FormMapperTrial ...
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...
... 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...
... Actually space-start= is used for inline constructs, but not for block constructs. ... Right ... because this is a publishing convention. In order to mimic...
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...
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)...
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 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...
... 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...
... 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...
... The arms-length relationship between transformation (typically XSLT) and formatting prevents such a logic question to be posed in your stylesheet. XSL-FO...
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...
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...
7211
B Tommie Usdin
btusdin@...
Jul 5, 2006 10:02 pm
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. ...
Hey Kumar, I did a search on the Apache FOP mailing list (http://marc.theaimsgroup.com/?l=fop-user) for PCL and graphics. I didn't find anything related to...
Hi Kumar, I don't know if text-align works for images in 0.20.5. I have a faint impression of having tried this before without success. I looked at my own code...
Hello All: I am experiencing a problem with PCL images using Apache FOP 0.20.5. If I have an <fo:external-graphic> element and specify text-align property, it...
Dear list subscribers, RenderX has released XEP 4.6, a new version of its XSL processor and accompanying tools. The new version introduces AFP backend...
7206
B Tommie Usdin
btusdin@...
Jun 6, 2006 7:58 pm
Extreme Markup Languages 2006 - Program available - late-breaking papers due The preliminary program for Extreme Markup Languages 2006 is now available at:...
This is not an XSL-FO question. ... Yes, please ask the question in a more appropriate forum. . . . . . . . . . . . Ken -- Registration open for XSLT/XSL-FO...
Hey, I'm trying to insert a new line into an xml document directly, with the following code: DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();...