Hi, does any one know why FOP 0.20.1 does not generate bookmark. It should can and I test FOP 0.18.1, it can. Thanks...
685
Anand
a_pophale@...
Sep 3, 2001 10:13 am
Hi, I am generating FO in a java program.I need to generate the 'table of Contents' page at last in my java program. But i want this page to appear as the...
686
Michael Symonds
MSymondsMaillists@...
Sep 3, 2001 7:13 pm
... Coincidentally I found: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3356 Regards - Michael Symonds...
687
Evensen, Lesley
LEvensen@...
Sep 4, 2001 6:01 pm
Seems like you would want to generate the table of contents as PDF, as part of your output document, but if you want to know what the table of contents is in...
688
balram_sas@...
Sep 5, 2001 6:07 am
Hi All, I tried to embedd FOP with my java appln. But it says "Class InputSource Not found". Any one is having any idea? This is the code: ...
689
sunnyxi_chen@...
Sep 5, 2001 7:52 am
hi, I am developing a project using SAX parser the XML file, but i found that there are a lot of "if...switch...." in my program, it seems too untidy, so does...
690
Matthew Pickard
matthew.pickard@...
Sep 5, 2001 10:15 am
Sunny, I have always wanted to try a chain of responsibility where each element of the chain has an implementation that the ContentHandler can delegate to. So ...
691
Syomkin Andrew
asyomkin@...
Sep 5, 2001 3:03 pm
add line: import org.xml.sax.InputSource; Regards, Andrew ... From: balram_sas@... [mailto:balram_sas@...] Sent: Wednesday, September 05, 2001 9:08...
692
Anand
a_pophale@...
Sep 6, 2001 8:18 am
I am generating the PDF in the java program itself .So in the program unless i have all the document details i cant write the Table of Contents .So while...
693
Gregoor, Van Der Eyken
geyken@...
Sep 6, 2001 8:52 am
694
geyken@...
Sep 6, 2001 8:53 am
HI, I need help about a problem of recurivity. Indeed, I would like to create a hierarchic file from a flat XML structure, ( and not sorted ). I join some...
695
sg_goli@...
Sep 6, 2001 3:14 pm
Hi, I have an XML file which has the following data. <LIMIT>10000</LIMIT> <TOTAL>$22,000.34</TOTAL> <LIMIT>$30,000</LIMIT> <TOTAL>$77,000.99</TOTAL> How do i...
696
Luvisia Molenje
luvisia777@...
Sep 6, 2001 6:14 pm
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger ...
697
Seaborne, Mark
mark_seaborne@...
Sep 7, 2001 6:30 am
Sangeetha I you just want to replace one character with another you cound try using the translate() function. You can also use it simply to remove characters ...
698
Quintens Raf
raf.quintens@...
Sep 7, 2001 6:53 am
To apply formatting to numbers there is the format-number function Format: format-number(value, format, [name]) => number Value is the input Format is the...
699
Anand
a_pophale@...
Sep 7, 2001 7:04 am
All, I have xml like <startxml> <bold>Hi</bold> </startxml> I want to parse this XML using DOM parser and then get separately the values of ELEMENT...
700
fredrik.bertilsson@...
Sep 7, 2001 7:36 am
Hi, I am writing a report with the following conceptual content. =(Page break)====================================== Department 001 James Smith Bill...
701
ppasch@...
Sep 7, 2001 8:47 am
hi, I use FOP-0.18.1-DEV to get PDF files, i've got some problem with spaces. i wrote: <fo:block white-space-collapse="false" font-size="10pt"> my name is...
702
ppasch@...
Sep 7, 2001 10:08 am
bonjour, j'utilise actuellement FOP 0.18.1-DEV pour editer des documents au format PDF. j'ai un problème avec les espaces. je veux ecris un phrase du style: ...
703
Gregoor, Van Der Eyken
geyken@...
Sep 7, 2001 10:12 am
tu dois utiliser les tags <xsl:text> devant les <xsl:value-of-select> plusieurs solutions, celle ci est la plus simple : <xsl:text><![CDATA[ est......
704
ppasch@...
Sep 7, 2001 11:05 am
je ne comprends pas comment utiliser les balises <xsl:text> avec la balise <xsl:value-of select/>, lorsque que je mets <xsl:value-of select/> dans <xsl:text>...
705
Gregoor, Van Der Eyken
geyken@...
Sep 7, 2001 11:09 am
<xsl:text>mon prenom est </xsl:text><xsl:value-of select="nom"/> <xsl:value-of select="prenom"/> <xsl:text><![CDATA[ et mon nom est ]]> ...
706
pascal perrier
ppasch@...
Sep 7, 2001 12:34 pm
C'est parfait tout marche correctement, merci beaucoup pour ton aide et tes conseils. Pascal ... __________________________________________________ Do You...
707
a.gazzarini@...
Sep 7, 2001 1:08 pm
Why FOP divides methods format() & render() if I can't do anything between these 2 methods. For example I need to obtain the AreaTree object generated after...
708
Alexander.gabler@...
Sep 7, 2001 2:29 pm
try: *********************************************************** <fo:block white-space-collapse="false" font-size="10pt"> my name is <xsl:value-of...
709
Robert J. Lebowitz
lebowitz@...
Sep 7, 2001 3:09 pm
Better yet, try: <fo:block white-space-collapse="false" font-size="10pt"> my name is <xsl:value-of select="//first_name"/><xsl:text> </xsl:text> ...
710
pramod_dabas@...
Sep 7, 2001 3:43 pm
I am getting this error (1Error: -1 < 0) when I place a extrenal link <fo:basic-link> tag in <fo:static-content flow-name="xsl-region- before"> tag. Is it...
711
neuggs@...
Sep 7, 2001 8:48 pm
Anand, There really isn't a way to deal with the result try "after the fact." However, depending on the organization of the XML, I'd think something like a TOC...
712
neuggs@...
Sep 7, 2001 9:12 pm
Sangeetha, As a matter of design, having the dollar signs within the XML is less than ideal. This is because those numbers (i.e., "TOTAL" and the second...
713
neelkamal.shaikh@...
Sep 9, 2001 12:49 pm
Try this, <fo:block white-space-collapse="false" font-size="10pt"> my name is <xsl:value-of select="//first_name"/> <xsl:value-of select="//last_name"/> ...