Is it possible to use multiple xml files as input with XSL using FO. I use this process to create a PDF. Has anyone done this before?? Thanks SG...
364
Quintens Raf
raf.quintens@...
May 3, 2001 1:35 pm
You include xml's in xml's by using external entity's in your Doctype. Here is a link with explanations and some alternatives. ...
365
John E. Simpson
simpson@...
May 3, 2001 1:49 pm
... Yes. In order to use multiple source trees, you need to use one of two approaches: (1) Use the document() function to open the second (third, fourth, etc.)...
366
sg_goli@...
May 3, 2001 3:06 pm
Thanks for your responses! Any good examples when using XSL FO. I am using XALAN, XERCER and FOP to perform my conversion to PDF. ... Doctype. ... ...
367
Patrik Beno
patrik.beno@...
May 7, 2001 5:37 pm
Hello. We are evaluating XEP 2.21. I have one question regarding their chess example: How did they get chess characters into PDF ? - I know where they are...
368
Pierre Attar
patt@...
May 10, 2001 6:58 am
Hi, I'm using FOP to format documents containing images fot the non profit french web site "mutu-xml" [1]. It seems that there is a bug in the 0.18 version...
369
Ian Tindale
ian_tindale@...
May 10, 2001 8:56 am
... ...is there an English version?...
370
Pierre Attar
patt@...
May 10, 2001 9:06 am
... Only one page describing the project : http://www.mutu-xml.org/xml-base/annonces/PUB-ANN1-EN.html...
371
John E. Simpson
simpson@...
May 10, 2001 12:50 pm
... I never managed to crash FOP -- at least, this way! On the other hand, I never tried using a graphic bigger than the page size (is that what you meant by...
372
Joshua Kimmel
kimmel@...
May 10, 2001 1:30 pm
Hi everybody, Anybody ever try to use the em unit in FOP to make table sizes more scalable? I'm messing with something like this. <fo:table-column...
373
Bryan Rasmussen
bry@...
May 10, 2001 2:01 pm
the question is if you're viewing your pdf on screen? cause em is a printers measure, print them out and see if you still have the same problem. em is, as far...
374
Pierre Attar
patt@...
May 10, 2001 2:04 pm
... Yes, it is exactely what I mean. I use the boxe wording just because the graphic is larger than page height and width minus all margins. My problem is that...
375
John E. Simpson
simpson@...
May 10, 2001 2:16 pm
... Eh? Is that true? My understanding was that an em's "meaning" was dependent on font size, no matter what the medium. While in absolute terms, an em (in a...
376
Joshua Kimmel
kimmel@...
May 10, 2001 2:16 pm
I understand your point, except that whether I'm viewing it on a screen or printing it out doesn't really affect how fop generates the pdf, which is what I'm...
377
Bryan Rasmussen
bry@...
May 10, 2001 3:29 pm
hmm maybe I'm mistaken, my understanding was that em should be used with the @media print declaration in css as it didn't make any sense outside of a printed...
378
jean-paul.verdu@...
May 11, 2001 3:04 pm
Hi, I'm working on the XSL-FO to PDF transformation, with FOP, and the result are interesting. Can you tell me about the transforation XSL-FO to Postscript ? ...
379
John E. Simpson
simpson@...
May 12, 2001 1:55 pm
... Yes, they are. :) ... What would you like to know? Assuming you mean the transformation from XSL-FO to PDF (not PostScript): PDF is a structured language....
380
Bryan Rasmussen
bry@...
May 13, 2001 12:03 pm
... From: John E. Simpson [mailto:simpson@...] Sent: 12. maj 2001 15:52 To: XSL-FO@yahoogroups.com Subject: Re: [XSL-FO] XSL-FO and Postscript ... Yes,...
381
Bryan Rasmussen
bry@...
May 13, 2001 12:14 pm
For Postscript, I remember that Illustrator used (haven't opened the program in years so I can't speak for it now) to have a Postscript interpreter built in...
382
evans_marc@...
May 13, 2001 2:00 pm
Hi All, I hope that this is the correct group for this kind of question. I'm having problems using the <attribute> tag in XSL. The code below is the kind of...
383
John E. Simpson
simpson@...
May 13, 2001 5:07 pm
... Yes, that's the correct namespace declaration. (However, you seem to be transforming to (X)HTML rather than to XSL-FO. If that's the case, the message...
384
niranjana_s@...
May 14, 2001 6:39 am
Hi, I need some help to create PDF file on the fly. I need to create a PDF file from the data in the database on the fly. Is there any way of doing it in the...
385
Bryan Rasmussen
bry@...
May 14, 2001 7:33 am
Sun has a com bridge for java, called J2EE CAS COM ... From: niranjana_s@... [mailto:niranjana_s@...] Sent: 14. maj 2001 08:40 To:...
386
Rolf Hustad
rolhusta@...
May 14, 2001 8:38 am
I`ve been experiencing problems when using svg delivered from Adobe Illustrator 9.0 in xml documents using FOP to to produse the PDFs. I`m using FOP 0.18.1 DEV...
387
Bryan Rasmussen
bry@...
May 14, 2001 9:54 am
Is there any reason you can't just batch process the svg put out by AI, use xsl:copy-of for the nodes that need to be copied and write out the nodes that need...
388
ronald heller
ronald@...
May 14, 2001 10:50 am
Hi there I've got a question concerning auto scaling of graphics. We have an automated publishing traject where we make use of a lot of graphics. These...
389
John E. Simpson
simpson@...
May 14, 2001 12:49 pm
... You'll probably have to do the latter. I don't think there are any functions, properties, etc. which return an image's dimensions. If you had the...
390
Christopher R. Maden
crism@...
May 14, 2001 1:24 pm
... <confusion/> I'm not sure what CSS has to do with this; we're talking about XSL here. An "em" started as the size of the metal body of an M in a typeface,...
391
Joshua Kimmel
kimmel@...
May 14, 2001 1:39 pm
If that's true about using the em, that it doesn't change based on the font sizes with in my fo document, then that's cool. I won't use it. But if that's...
392
Tony Graham
Tony.Graham@...
May 14, 2001 1:51 pm
... From the XSL CR: 5.9.7.2. Relative Lengths A relative length is a unit-based value that is measured against the current value of the font-size property. ...