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,...
1549
Michiel Verhoef
michiel_v
Mar 1, 2002 3:44 pm
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...
1550
Paul Tyson
paul@...
Mar 1, 2002 4:10 pm
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...
1551
Anders Svensson
anders1234us
Mar 1, 2002 4:16 pm
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...
1552
G. Ken Holman
g_ken_holman
Mar 1, 2002 4:24 pm
... 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...
1553
Anders Svensson
anders1234us
Mar 1, 2002 6:14 pm
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...
1554
Jean-Yves Belmonte
john@...
Mar 5, 2002 4:22 pm
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...
1555
mrdaddiah
Mar 5, 2002 10:23 pm
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...
1556
B. Tommie Usdin
btusdin@...
Mar 6, 2002 4:17 am
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...
1557
heizg
Mar 6, 2002 10:19 am
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...
1558
Bryan Rasmussen
bry@...
Mar 6, 2002 10:54 am
... okay well, here goes, excuse the ugly naming conventions I use: if you have the following simple-page-master: <fo:simple-page-master...
1559
Nicholas Atkinson
nik@...
Mar 6, 2002 10:57 am
Hi. Is anyone aware of a FO renderer (to PDF) which supports print-quality graphics such as EPS? nik...
1560
Nicholas Atkinson
nik@...
Mar 6, 2002 1:19 pm
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 ...
1561
David Cramer
cramerdw
Mar 6, 2002 4:18 pm
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 ...
1562
jelemair
Mar 6, 2002 4:38 pm
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 ...
1565
jeremy@...
jelemair
Mar 7, 2002 12:24 am
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...
1566
heizg
Mar 7, 2002 12:46 am
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...
1567
Sebastian Rahtz
sebastian.rahtz@...
Mar 7, 2002 2:26 am
... yes, PassiveTeX groks whatever its underlying TeX (+driver) does. I normally use PDF inclusion myself, and use pdftex. Just as good as EPS -- Sebastian...
1568
Bryan Rasmussen
bry@...
Mar 7, 2002 2:36 am
... 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...
1569
Max Dunn
maxdunnspi
Mar 7, 2002 2:40 am
Have you gotten gradients to work with FOP/Batik? Max ... From: Bryan Rasmussen [mailto:bry@...] Sent: Wednesday, March 06, 2002 3:20 AM To:...
1570
Bryan Rasmussen
bry@...
Mar 7, 2002 8:56 am
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...
1571
Bryan Rasmussen
bry@...
Mar 7, 2002 9:01 am
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...
1572
Sebastian Rahtz
sebastian.rahtz@...
Mar 7, 2002 9:39 am
... 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...
1573
Slighty_Disturbed
Slighty_Dist...
Mar 7, 2002 9:20 pm
Hey all, I have a quick question. How do you generate the pages created in fo to be double-sided? Thanks, Chris...
1574
Bryan Rasmussen
bry@...
Mar 8, 2002 11:07 am
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...
1575
Anders Svensson
anders1234us
Mar 8, 2002 3:22 pm
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...
1576
David Cramer
cramerdw
Mar 8, 2002 3:34 pm
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...
1577
Anders Svensson
anders1234us
Mar 8, 2002 4:51 pm
Anders Svensson would like to recall the message, "Index creation trouble!"....