Hi, I'm looking for a way to create a graph/tree representation of an xml document, i.e. not a "tree" of the kind you see in computer folder representations,...
Sounds to me like you can do this by using SVG (Scalable Vector Graphics). You can use SVG within Apache FOP (Batik, the Apache SVG engine is included) but you...
Anders, I haven't done this sort of thing, but it's an interesting problem. The toughest part will be the tree layout. If a simple grid format would be...
Paul Tyson
paul@...
Mar 1, 2002 4:10 pm
1551
Both suggestions sound great, but I'm afraid I lack some of the skills to devise the algorithm for representing the placement of the nodes and so on. The look...
... To use XSLT to emit the plain text file representing the nodes, we have a free resource called SHOWTREE (follow the "Resource library" link at the top of...
Maybe someone would be able to figure this problem out if they saw the source code (very simple experimenting code) from VB. This takes the XML input and tries...
XMLmind is pleased to announce the release of XMLmind FO Converter. XMLmind FO Converter (XFC for short) is an XSL-FO to RTF converter. It takes an XSL-FO...
Jean-Yves Belmonte
john@...
Mar 5, 2002 4:22 pm
1555
Hello Everyone: I have set up master pages that alternate between "left" and "right." Now I am trying to display the page number on the outer edge (left side...
Extreme 2002 will be in Montreal in August. Papers for Extreme must be submitted by April 3 so there is time for: - peer review, - program selection, - paper...
B. Tommie Usdin
btusdin@...
Mar 6, 2002 4:17 am
1557
Hi, The same footnote (e.g. [1]) appears several times on a page, but the text (that appears below "xsl-footnote-separator") should appear only once. Any...
... okay well, here goes, excuse the ugly naming conventions I use: if you have the following simple-page-master: <fo:simple-page-master...
Bryan Rasmussen
bry@...
Mar 6, 2002 10:54 am
1559
Hi. Is anyone aware of a FO renderer (to PDF) which supports print-quality graphics such as EPS? nik...
Nicholas Atkinson
nik@...
Mar 6, 2002 10:57 am
1560
Hi. I'm wondering if anyone can suggest a workaround for a problem I'm facing? My scenario is that I am creating a PDF from a DocBook XML document. I use ...
Nicholas Atkinson
nik@...
Mar 6, 2002 1:19 pm
1561
xep (www.renderx.com) with the ps backend generates a postscript file which can use eps images. eps isn't supported in pdfs generated directly from xep. David ...
Hi, I'm looking for a way to include some preformated text in FO. I've got a an xml file in which I've include some text with some spaces an CR that I select...
Hi. I'm wondering if anyone can suggest a workaround for a problem I'm facing? My scenario is that I am creating a PDF from a DocBook XML document. I use ...
Nicholas Atkinson
nik@...
Mar 6, 2002 11:00 pm
1565
Hi, I'm looking for a way to include some preformated text in FO. I've got a an xml file in which I've include some text with some spaces an CR that I select...
Hi, I have a text that contents the same footnote several times. Now the footnote appears in the footer as many times as it occurs within the page. How can I...
... yes, PassiveTeX groks whatever its underlying TeX (+driver) does. I normally use PDF inclusion myself, and use pdftex. Just as good as EPS -- Sebastian...
Sebastian Rahtz
sebastian.rahtz@...
Mar 7, 2002 2:26 am
1568
... graphics such as EPS? Antenna House Formatter supports, if I remember correctly, several vector formats including eps and wmf, it is .com so you're limited...
Bryan Rasmussen
bry@...
Mar 7, 2002 2:36 am
1569
Have you gotten gradients to work with FOP/Batik? Max ... From: Bryan Rasmussen [mailto:bry@...] Sent: Wednesday, March 06, 2002 3:20 AM To:...
Message ... actually I haven't tried gradients inside FOP yet, but I have seen examples of gradient use in batik that worked fine so it shouldn't be a problem...
Bryan Rasmussen
bry@...
Mar 7, 2002 8:56 am
1571
Sebastian Rahtz wrote ... I've never used PassiveTex, do you mean that one can make the output include a pdf file? I am on your site now looking around but...
Bryan Rasmussen
bry@...
Mar 7, 2002 9:01 am
1572
... yes, pdftex can include PDF files as graphics; ditto JPEG, TIFF and PNG. most modern TeX's come with a utility called epstopdf which makes a nice...
Sebastian Rahtz
sebastian.rahtz@...
Mar 7, 2002 9:39 am
1573
Hey all, I have a quick question. How do you generate the pages created in fo to be double-sided? Thanks, Chris...
printing double-sided is determined by printer settings as far as I'm aware, perhaps what you really want to know is how do you make alternating(even|odd) page...
Bryan Rasmussen
bry@...
Mar 8, 2002 11:07 am
1575
I'm creating an index with XSLT and have done this successfully several times for the document in question. The XSL creates an index that is sorted...
Yes, that's a quick question but the answer isn't so quick. If you're writing your own xsls, then you'll need to learn enough about all the things xsl-fo lets...