i am sorry for the inconvenience i made to all by sending mail to their yahoo id.. as i am beginner and also i need some questions to be clarified urgently...i...
4584
sguy_chennai
Dec 3, 2003 4:10 am
Thanks a lot...it is working fine....Really thanks for your kind help for myself...i will like to answers all questions to this group whichever i know.... Once...
4585
srivatsan20
Dec 3, 2003 4:37 am
i get a null error!!..is there any way to find out the cause of it..i mean the exact line in the code that causes it/??? any help wud be greatly appreciated ...
4586
sguy_chennai
Dec 3, 2003 6:41 am
the problem may be of 1) Your xml doesn't conform the DTD spec. 2) Try transformation without formatting using your favorite xslt processor in order to see if...
4587
sguy_chennai
Dec 3, 2003 7:06 am
Hi, 1) the below query works correctly... <xsl:for-each select= 'WEB/SITE/BODY//LEFT | WEB/SITE/COLUMN//LEFT'> what i need is ..i want to select all...
4588
Chris Bowditch
bowditch_chris@...
Dec 3, 2003 9:20 am
... Are you using FOP? This message can be seen in FOP. If you are running from the command line turn on debugging by specifying -d and you will get a more...
4589
Domenico Briganti
domenicobrig...
Dec 3, 2003 1:37 pm
I have this error when use JAVA JRE 1.3.0_05. By Domenico Briganti AGS - Advanced Global Solution C5 Consultant...
4590
Grimley Michael J NPRI
shai_dorsai1999
Dec 3, 2003 2:42 pm
... Also works with XEP 3.6. Thank you both very much! Mike Grimley...
4591
Alexander Peshkov
alexander_pe...
Dec 3, 2003 3:29 pm
Hello Grimley, GMJN> Also works with XEP 3.6. It can sound a bit surprising since XEP do not support 'z-index39;. :-) Actually every following block-container...
4592
Grimley Michael J NPRI
shai_dorsai1999
Dec 3, 2003 3:44 pm
Hello Peshkov, AP> It can sound a bit surprising since XEP do not support 'z-index39;. :- Actually, I didn't use z-index; I simply layered them as you indicate. ...
4593
David Tolpin
dvd@...
Dec 3, 2003 4:08 pm
... So, what's the code? Does one have to have fo:retrieve-markers in the order of accending precedence? Then if there is a marker to retrieve the latest...
4594
Alexander Peshkov
alexander_pe...
Dec 3, 2003 4:27 pm
Hello David, DT> So, what's the code? Markers: <fo:marker marker-class-name="unchanged"> <fo:block-container position="absolute" top="0.5in" left="1in"...
4595
Grimley Michael J NPRI
shai_dorsai1999
Dec 3, 2003 4:30 pm
Because I simply have a choice of two, I have the block displaying 'Unchanged39; by default. I only set the marker if the status of an instruction is 'Changed39;....
4596
J.Pietschmann
j3322ptm
Dec 3, 2003 6:09 pm
... The FOP distribution has an example for this (in examples/fo/markers/hide.fo) although it has to use an SVG for hiding because of FOP restrictions at the ...
4597
J.Pietschmann
j3322ptm
Dec 3, 2003 6:16 pm
... I suspect you are off track by a very wide margin. Have a look at the XSL FAQ, specifically http://www.dpawson.co.uk/xsl/sect2/N4486.html#d4322e139 ...
4598
pcarey@...
hokuspokus22
Dec 3, 2003 10:34 pm
Hello XSL-FO gurus. I am in the process of creating XML => XSLT => XSL-FO stylesheets that will need to create PDFs in various page sizes (A4, A5, US-Letter)...
4599
W. Eliot Kimber
drmacro
Dec 3, 2003 11:40 pm
... This is a pretty interesting idea. Where I've needed to handle several different page geometries for the same basic formatting, I've put the different...
4600
srivatsan20
Dec 4, 2003 12:16 am
yes, i use the latest version of FOP!! I generate an FO file using Java and not XSLT i tried -d and got a verbose output..but i really cant figure out whats...
i am having 9 elements which will be in different order in xml i am getting each element using template match and apply templates now i need to print the 9...
4603
Chris Bowditch
bowditch_chris@...
Dec 4, 2003 9:07 am
... It doesnt look like you specified -d on your command line. Its not necessary to send the FO file at this stage, just the console output with the -d switch...
4604
inderbir_ruby
inder_1204
Dec 4, 2003 10:19 am
Hi, I m using FOP to generate PDF.I m using the BellgothicBT font in my pdf.As FOP does not support BellGothicBT as such , so i generated the XML (using...
4605
Joe Bruton
joebruton510
Dec 4, 2003 10:25 am
I had a similar problem which I solved with the following code <!--The Text Processsor--> <xsl:template match="text()"> <xsl:call-template name="fixeuro"/> ...
4606
inderbir_ruby
inder_1204
Dec 4, 2003 10:59 am
Hi Joe, Thanks for the quick reply but my requirement is such that i have to use bellgothicBT font only. I cannot use the Symbol font for displaying the Euro...
4607
Mike Trotman
mike.trotman@...
Dec 4, 2003 1:02 pm
I do this for most of my processing and it works fine. I usually have two or three XSLT steps as the data gets transformed quite a bit into a standard format...
4608
ivan.siviero@...
nanerottolo76
Dec 4, 2003 1:21 pm
How can i obtain something similar to: <span style="border-width:2px;border-style:solid">Hello</span> with fop ? I have tried <fo:inline border="rgb(0,0,0)...
4609
nilendu_b
Dec 4, 2003 2:07 pm
... You need to state the problem more clearly so that others can help. Regards Nilendu...
4610
inderbir_ruby
inder_1204
Dec 4, 2003 2:27 pm
Hi, I m using FOP to generate PDF.I m using the BellgothicBT font in my pdf.As FOP does not support BellGothicBT as such , so i generated the XML (using...
4611
Chris Bowditch
bowditch_chris@...
Dec 4, 2003 2:29 pm
... I dont believe modifying the font metrics would be sufficient to solve your problem. The BellgothicBT font probably doesnt have the glyph. Best thing to do...
4612
Chris Bowditch
bowditch_chris@...
Dec 4, 2003 2:34 pm
... fo:inline is similar to the HTML span tag. However, it isnt fully implemented in FOP at the moment. ... This is a FAQ. See ...