Has anyone worked on converting the UCC.EAN xml schema or ebXML schema to format object? Alternatively does anyone have an interest in becoming involved in a ...
(This is a repeated post of my two answers to Eric on the Mulberry list, as I think they might be of interest to members of this list; I encourage any OASIS...
Hello all! I would like to absolutely-position coloured rectangles anywhere over the body region, then write over the top of them with the dynamic (text) flow....
hello, i am using fop for converting fo to pdf, now the problem is that the contents of page 2 in a word doc are on page1 as well (converting word doc to fo...
... It's not completely clear what effect you're trying to get, but the easiest thing is probably to set the extent of one of the edge regions to be coincident...
Thanx heaps Eliot! That's a very creative approach... never thought of it. And thanx for the amount of detail you place in your replies. Cheers, Kenneth ... ...
in your first <fo:block>, use the attribute: break-after="page" Best of luck... __________________________________________________ Do you Yahoo!? Yahoo! Tax...
In a biography, I have a number of authors. Each of the authors has a picture (left) and a description (right). I thought I had neatly solved this by using a...
Els van Trigt
evtrigt@...
Mar 4, 2003 10:14 am
3053
Hi all, I have a query regarding xsl-fo's capabilities in getting data from my xml object and creating a table-cell for each employee name that is held within...
Reminder: start writing your Extreme papers now! Submissions for Extreme Markup Languages: - due April 3, 2003 - must be full papers (or partial papers...
B. Tommie Usdin
btusdin@...
Mar 4, 2003 5:24 pm
3055
I've seen a few posts regarding this issue, but haven't been able to figure out my own case. I'm very new to xslt & xsl:fo, so I may be confused as to how this...
Hello, Can anyone help me deciding which product (FOP or XEP etc) to use for formatting and to produce .pdf and other printer outputs. We want use our code...
I have found FOP (release Version 0.25.rc2) provides most of the functionality that I need and it's free .. ... From: Manik Repaka [mailto:maniktech@...]...
Figured it out. If anyone is interested, I had to move the page-sequence to the <xsl:template match="invoice"> like so: fixed xsl snippet <!-- took the page...
Have you tried converting your document to HTML. Word 97 and greater can read HTML. You can see how Word implements non-HTML tags for page breaks and such by...
... The best product that will run on Windows and Unix is XEP--it has the most features. Antenna House has announced a Unix version of XSL Formatter, but has...
... A side float should do what you want and should work in XEP 3.2. You should anchor the float to the start of the first block that contains the text of the...
Hi, I have a document that has footnotes within its footnotes. If I'm reading the XSL:FO spec correctly, this isn't allowed in XSL:FO (an xsl:footnote cannot...
... If you wanted the embedded footnotes to be rendered in the footnote area you would have to emit their fo:footnote in the main flow--you could not emit them...
The Sun xmlroff XSL Formatter is an open-source XSL formatter written in C. See http://xmlroff.sourceforge.net/ for further details. xmlroff 0.2.2 is now...
Tony Graham
Tony.Graham@...
Mar 5, 2003 5:12 pm
3067
Hi All, Is it possible to write single xsl which produces output in both pdf and html. Thanks in advance Chitra DISCLAIMER: Information contained and...
... I think you need to call response.setContentLength prior to calling write and flush. There are a couple of other weird parts. 1)Our write() ... What is the...
Chris Bowditch
bowditch_chris@...
Mar 6, 2003 5:46 pm
3069
... If you are using XSL-FO to get to PDF, I don't think so. XSL-FO and HTML have very different tags. The beauty of XML with stylesheets is that one code base...
Sry dude, there is no real way to do that. the reality is that HTML, requires one "type" of style sheet where as output produced via XSL-FO can be derived from...
... I do that by running an XSL to generate (X)HTML and then run a XHTML-to-FO XSL. The xhtml2fo.xsl that I use is a heavily customized version of the sample...
Jim White
jim@...
Mar 6, 2003 7:25 pm
3072
... An analogy of what you're asking would perhaps be to ask: "I have two white doors that need painting, one needs to be green and the other red. Is it...