Andrey, ... We have an XSLT stylesheet that attempts at doing it: http://www.renderx.com/fo2html.html Regards, Nikolai...
655
apdimulescu@...
Aug 28, 2001 11:03 am
You could write a XSLT stylesheet... I think it's quicker and more customizable than finding a Java library to do the job :) ... This message and any...
656
Alex Pavlov
apavlov@...
Aug 28, 2001 11:32 am
Hello XSL-FO, Best regards, Alex mailto:apavlov@......
657
Syomkin Andrew
asyomkin@...
Aug 28, 2001 12:04 pm
Does anybody know any XSLT that performs HTML->XSL-FO transformation? P.S. Thanks to Nikolai Grigoriev [ grig@...] for XSLT Regards, Andrew...
658
Nikolai Grigoriev
grig@...
Aug 28, 2001 1:29 pm
Andrew, ... I wonder if it is possible to do in pure XSLT at all. You have to parse & apply CSS selectors, style attributes, etc. - all these have nothing to...
659
ahofmeye@...
Aug 28, 2001 3:57 pm
Hi, I have a couple of elements where the ordering is determined during the XSL tranformation. Now I would create an automic numbering of these now ordered ...
660
Patrik Beno
patrik.beno@...
Aug 28, 2001 5:04 pm
Hi all! I use attribute 'xsl:use-attribute-sets' as intended :) However, I can't figure out how can I choose from several attribute sets? Scenario is like...
661
Nikolai Grigoriev
grig@...
Aug 28, 2001 5:59 pm
Patrik, ... IMHO, no way. You should rather transform your attribute-sets into named templates: <xsl:template name="attribute-set-1"> <xsl:attribute...
662
Jonathan Weaver
jweaver@...
Aug 28, 2001 7:15 pm
My goal is to get an xsl file that will take a multilevel tree that comes in with the nodes in an arbitrary order, sort the nodes at each level by some element...
663
Silvina Angeleri
spangeleri@...
Aug 28, 2001 7:54 pm
Hi, I want to transform XML-FO to PDF in a JAVA-Application via FOP and sent to the printer.(using a servlet) Could somebody tell me how I can do this. Perhaps...
664
a_krar@...
Aug 29, 2001 10:01 am
Hello, Status: Transforming an XML document into a PDF file, using XALAN and FOP 0.20.1 Problem: I do not know in advance how many pages will be generated in...
665
Bryan Rasmussen
bry@...
Aug 29, 2001 11:34 am
I suppose you're using xslt, couldn't you say: <xsl:if test="position()=last()"> output your footer. </xsl:if> ... From: a_krar@......
666
apdimulescu@...
Aug 29, 2001 12:40 pm
the solution i used was to write an identified empty block at the end and reference the page of that empty block where i needed to hth, adi. This message and...
hi, Can anybody tell me whether I could get a XML file from a HTML file, how can I do? Thanks a lot!...
669
Bertrand Delacretaz
bdelacretaz@...
Aug 30, 2001 4:51 am
... Using tidy (http://www.w3.org/People/Raggett/tidy/) with the -asxml option, you can produce XHTML from HTML. This XHTML can then be fed to any XML tool...
670
Oleg Tkachenko
olegt@...
Aug 30, 2001 7:54 am
... No, you can't do this. Scope of local variable is following siblings and their descendants only and it goes out of scope at the end tag of its parent...
671
Falk
falk.maechtig@...
Aug 30, 2001 9:13 am
hi, I 've got a table in the footer of each page. If the content of the page is too long it goes right through the footer. I use <fo:table break-after="page">...
672
Alexander.gabler@...
Aug 30, 2001 9:22 am
hi Falk... try to Define the try to resize the margin-bottom attribute of the region body in the page-master definition... this way worked fine for me... ...
673
Alexander.gabler@...
Aug 30, 2001 9:28 am
Well... I have following Problem: I run the following Code with Visual Age 3.5.2, it delivered the right PDF-Document... but then i deployed to WebSphere and...
674
Ed Nixon
ed.nixon@...
Aug 30, 2001 12:42 pm
... Let's assume that you want to create an XHTML file, i.e., HTML that conforms to the XML/XHTML specification. Look for HTML Tidy on the W3C website: ...
675
michael_rossotti@...
Aug 30, 2001 7:58 pm
Hello everyone, I am relatively new to XSL-FO. I am using a FOP processor (I think that is the right way to say it) to create a PDF file from an XSL file and...
676
Tim.Keen@...
Aug 30, 2001 11:32 pm
I think you can find a solution in XSL-FO. See below. Cheers Tim Try... <fo:layout-master-set> <fo:simple-page-master master-name="main" page-height="29.7cm" ...
677
jz.Ouyang@...
Aug 31, 2001 3:50 am
Hi, I know <fo:static content> can be used to write running head in one page. But I'm confused about how to adjust static content by master page. For instance,...
678
Tim.Keen@...
Aug 31, 2001 5:21 am
Ouyang, A derivation of my previous posting "RE: [XSL-FO] Positionning a block" (the typo was in the original email) and using the odd-or-even attribute...
679
jz.Ouyang@...
Aug 31, 2001 7:14 am
Thank you very much. Tim. And Another question, any solution to build "Dropcaps" -Ouyang ... block" (the ... instead ... of ... hand ... ...
680
Heinz Grimm
grimm.heinz@...
Aug 31, 2001 2:33 pm
681
Michael Symonds
MSymondsMaillists@...
Aug 31, 2001 3:27 pm
... The XSL-FO-FAQ: http://www.dpawson.co.uk/xsl/sect3/N8703.html ... # For example, suppose we wish to write a report this way "Page 3 of # 67". ...
682
apdimulescu@...
Aug 31, 2001 3:54 pm
... I does support it, at least since 0.17: I have done it :) This message and any attachments (the "message") is intended solely for the addressees and is...
683
Michael Symonds
MSymondsMaillists@...
Aug 31, 2001 7:40 pm
... Supplement: This is what the page about FOP-limitations ( http://xml.apache.org/fop/limitations.html ) currently says: # page-number-citation # # Only...