Greetings, I have some embedded OLE objects (Excel, Word, Powerpoint etc.) in my Open Office 2.0 document that I want to convert into SVG format so that they...
6558
geethanandh
May 21, 2005 2:35 pm
My dtd for the section looks like this <!ELEMENT Section (SecMeta?, (content | Section)+)> Sections are placed within sections and each section can have their...
6559
G. Ken Holman
g_ken_holman
May 21, 2005 6:19 pm
... Sounds acceptable. ... The above could be said more briefly with: <fo:page-sequence master-reference="{$master}" initial-page-number="{SecMeta/@page_no}"> ...
6560
J.Pietschmann
j3322ptm
May 21, 2005 7:57 pm
... See http://xml.apache.org/fop/maillist.html#fop-user for processor specific questions. ... Ask in a foum specializing on PDF. ... No, except by...
6561
virgul4u
May 23, 2005 6:10 am
Thanks a lot for your answer Jan! I go to see if I can to that with iText or with another! Thanks one more time!!! ++ Thierry...
6562
virgul4u
May 23, 2005 6:14 am
Hi, I have receive a mail from a man from RenderX he says that FOP is not W3C compliant? Is it true? In what degrees is FOP not compliant? Thanks for aour...
6563
Chris Bowditch
bowditch_chris@...
May 23, 2005 8:12 am
... It is true that FOP implements less of the W3C specification compared with RenderX XEP. However, there are some features that XEP doesnt yet implement. And...
6564
virgul4u
May 23, 2005 9:25 am
Hi, Thanks for your fast reply Chris! Ok I understand know, I don't have understand this like that! ok for me is not a problem!!! If it only that! And I know...
6565
zhou_jinyuan
May 23, 2005 5:32 pm
Thanks, border-style="solid" works ... borders in the ... please! ... Service....
6566
C. Myers
ccmyers98
May 24, 2005 5:25 pm
Hi, Can a variabl or parameter value be put in the proportional-column-width function? If so, how should it be? I need to set the value something like the ...
6567
Dave Pawson
dpawson2000
May 24, 2005 5:53 pm
... Only if the xml file you are writing is going to be processed by an XSLT processor. Nothing says an fo processor should work out such values :-) perhaps...
6568
geethanandh
May 24, 2005 7:21 pm
I have a flow region which is indented 3pc from left of the page. I have a block and i want that block to be indented again 3pc from the left of the flow...
6569
karthikj_99
May 24, 2005 9:31 pm
Hi, Is it possible to create one PDF output by transforming two XML file using one XSL. If this is possible, please provide some example. Thanks Karthik...
6570
J.Pietschmann
j3322ptm
May 24, 2005 9:42 pm
... Check the XSL FAQ, specifically http://www.dpawson.co.uk/xsl/sect2/N2602.html#d3485e271 J.Pietschmann...
6571
Altsoft Xml2PDF
xml2pdf
May 25, 2005 2:33 pm
Xml2PDF formatting engine version 2.3 May 25, 2004 Altsoft N.V. Altsoft N.V. is proud to announce the release of version 2.3 of its Xml2PDF formatting engine. ...
6572
Bob Stayton
bobs@...
May 25, 2005 6:53 pm
You can do something like this in your stylesheet: <fo:table-column> <xsl:attribute name="column-width"> <xsl:value-of...
6573
G. Ken Holman
g_ken_holman
May 25, 2005 7:24 pm
... Something more compact would be: <fo:table-column column-width="proportional-column-width({$value})"/> I hope this helps. . . . . . . . Ken -- World-wide...
Where can I get German lessons? Mark Gaywood theframe Programme Catlin Underwriting Agencies Limited 7th Floor, 3 Minster Court, Mincing Lane, London EC3 7DD ...
6576
Victor Vishnyakov
victor_vishn...
May 26, 2005 12:56 pm
fo:flow doesn't have start-indent property. And that is why it is not indented. You should use start-indent property with fo:region-body to indent the whole ...
6577
Christian Duschl
christianduschl
May 26, 2005 1:08 pm
... http://www.sprich-deutsch.de/html/deutsch__sprachschule-berlin-d.html *g... we already have an english version of the software, but helpfiles are still ...
6578
Bob Stayton
bobs@...
May 26, 2005 4:23 pm
While the doc for fo:flow says start-indent does not apply to fo:flow, the start-indent property is inherited, so any children of fo:flow will inherit its...
6579
Rob LaMora
carrions
May 27, 2005 7:27 pm
Hi, I am struggling with correctly formatting nested steps to render into a table with XSL-FO and was wondering if someone has had any such issues or...
6580
Bob Stayton
bobs@...
May 27, 2005 7:46 pm
Hi Rob, The DocBook XSL stylesheets do have nested orderedlist elements. Each list level is implemented as a list-block, with the item number in the ...
6581
Ben Trafford
bentrafford
May 31, 2005 6:24 am
Hi! I'm having problems making heads or tails of how to make something work, and I'm hoping someone can help me out. I have a page layout like this: header on...
6582
Narinder Garg
narinder_g
May 31, 2005 9:42 am
Hi Ben, For headers you csn look at http://www.dpawson.co.uk/xsl/sect3/evenodd.html and for footer you can look at...
6583
B. Tommie Usdin
btusdin@...
May 31, 2005 7:39 pm
... *********** Extreme Program Now Available ************* ... The program for Extreme Markup Languages 2005, is now available at:...
6584
J.Pietschmann
j3322ptm
May 31, 2005 8:24 pm
... Use the usual page sequence master with a first/rest master to provide different static content for the fist page, and a marker for the footer, roughly ...
6585
Ben Trafford
bentrafford
Jun 1, 2005 4:11 am
... Thanks for the reply. I think I was unclear in my question. It's not the placement or existence of the headers and footers that's the problem. The problem...
6586
Amarnadha Reddy
amarnreddy
Jun 1, 2005 6:46 am
Dear all, My requirement is to print a set of business cards on a page and i need to conver the XML data of 1 card to a PDF page with each card aligned in left...