Re: Assigning value to html tag

2006-12-13 Thread mahmoudi ould abdel vetah
hi, you can do it with : xsl:variable name=width select=colsize1/ th width={$width} i home this help! you. 2006/12/13, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, I am reading one of the tag values (name colsize1) from xml. How can I assign this tag value to html attribute? Example

RE: Assigning value to html tag

2006-12-13 Thread KS.Bhaskar
Hi Mahmoudi, Thanks a lot it is working fine. Thanks and Regards Bhaskar K S Associate Consultant - Investment Banking i-flex solutions limited - Bangalore i-flex center, Kundalahalli Tel. Office: 91-80-66596589 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Re: Question to Repository

2006-12-13 Thread Kris Wolff
Hi, actually i removed to 90 his morning, but I can rememer 2 Things: 1. There is a part where the 14Base fonts are loaded, its going like new Helvetica(configurationParameter); for me it works only if i remove the Parameter. 2. i get the Don't know how to handle application/pdf as an output

Font Question

2006-12-13 Thread Kris Wolff
Hi folks, i try very hard to enable a font but without any result. This morning i went to bed and hoped it helps.. but today i stuck in the same place. Font is not working. Maybe you can help me. I am using Fop 0.90 with Tomcat 5.5. on a Mac. I graped a ttf font and build the xml: -- #

Re: Font Question

2006-12-13 Thread s.schwanitz
Hi Kris, try to set the font-base attribute in fo config file. It's right under the root. You might need to specify font-weight and font-style in directly your stylesheet, too so that it exactly matches the config settings. e.g.. fo:block font-family=Calligrapher font-size=72pt

Re: Font Question

2006-12-13 Thread Kris Wolff
Hi, thanx, but this is not working for me. I set the font-base ans strip down the font-tag, checked it, triesd with metrics-url and metrcs file. tryed with the full path, and with /path_to_font and file:/// path_to_font, always replacing to default-font. i recreated the metrix with -enc

Re: Font Question

2006-12-13 Thread Kris Wolff
Ok, font-base does not do anything in my project wonder why. but this works: font metrics-url=/Users/kriswolff/Projects/PHYRE-dtp/build/web/ fonts/calligra.xml kerning=yes embed-url=file:///Users/kriswolff/ Projects/PHYRE-dtp/build/web/fonts/calligra.ttf font-triplet

Font in Images

2006-12-13 Thread Kris Wolff
Hi again, ok my last question is: how do i enable fonts for images? i render a pdf and a image (currently png, but it is not fixed, so if it possible only in tiff, its ok for me). the pdf works with fonts (see last post), but the png does not. i try: renderer mime=image/png fonts font

Re: Font Question

2006-12-13 Thread Kris Wolff
Hi Sabine, thanx a lot, i'll try it this way. do you know any class to render pdf2image? maybe i should try it this way. Kris On Dec 13, 2006, at 2:02 PM, s.schwanitz wrote: Hi, i'm setting the font-base in my java app using fopFactory.setFontBaseURL(etc/fonts/) (using fop trunk); Add

Strage: Image and font

2006-12-13 Thread Kris Wolff
Hi, if i do this: fo:block font-family=Calligrapher font-size=72pt font- weight=normal font-style=normal xsl:value-of select=text()/ /fo:block it works. The font is enabled in pdf. But if i add a image like: fo:block font-family=Calligrapher font-size=72pt

Re: How to plug in Error Handling in Fop beta

2006-12-13 Thread jelka . kosir
Update so fa on the error handling issue I have: I've tried to implement my own ErrorListener that would propagate errors created in fop and transfer them to my java code scope. Still errors like Error while recovering image information when image is not found do not raise exception - I

Re: Question to Repository

2006-12-13 Thread Kris Wolff
I reduild from the repository and build a clean setup, while compailing i notice the fonts folder is empty: /VOL2/src/java/org/apache/fop/fonts/FontSetup.java:22: package org.apache.fop.fonts.base14 does not exist import org.apache.fop.fonts.base14.Helvetica; How do you compaile? What is

Re: Troubleshooting No meaningful layout errors

2006-12-13 Thread Andreas L Delmelle
On Dec 13, 2006, at 19:18, Paul Moloney wrote: Hi, A particular user manual is giving a No meaningful layout error. [ERROR] file:/home/pmoloney/svn/pplus/docs/manuals/target/fo/ care_applications_g uide/care_applications_guide.fo:88:696 No meaningful layout in block after many attempts.

Re: Font in Images

2006-12-13 Thread Olivier Mansour
Le 13 déc. 06 à 13:47, Kris Wolff a écrit : Hi again, ok my last question is: how do i enable fonts for images? i render a pdf and a image (currently png, but it is not fixed, so if it possible only in tiff, its ok for me). the pdf works with fonts(see last post), but the png does not.

using symbols , unicode

2006-12-13 Thread Shubhrata Tewari
Hi all, I want to use the symbol ± in my output pdf to get text of type a± b. I am using this, its not working... any ideas? fo:block xsl:value-of select=$mean/ fo:inline font-family=Symbol #x2213; /fo:inline xsl:value-of select=$stdev/ /fo:block regards, Shubhrata