Invalid Characters / Formatted Xml

2008-11-06 Thread _zachary_
Hey I am having a problem where I cannot get the greater than signs to work, or any characters. For example. if I have this xml 2 < 3 it will break because of the "<". Now it should be < but i can't make it that, it would mean parsing hundreds of lines of html and encoding it all. I could add

Fop source-resolution

2008-07-08 Thread _zachary_
Is there anyway to apply a specific source-resolution to an individual image? My problem is that I have some images that were drawn for 300pdi and others fo 72dpi. I want everything to be 72dpi, and redrawing the images is not an option. If i keep the source-resolution at 72dpi all of the 300dp

Re: fop-trunk nonbreaking spaces

2008-06-13 Thread _zachary_
u for your help zach Andreas Delmelle-2 wrote: > >>- Oorspronkelijk bericht - >>Van: _zachary_ [mailto:[EMAIL PROTECTED] >>Verzonden: vrijdag, juni 13, 2008 06:35 PM >> > > Hi Zach, > >>If I put three   at the beginning of a line, followed by some

RE: fop-trunk nonbreaking spaces

2008-06-13 Thread _zachary_
font. thank you for your help zach Griffin,Sean wrote: > > Excert from FO document: > > flow-name="xsl-region-body">Test   "Hello > this is my test of boots italic > floating testing. > > This was against FOP 0.95beta. > > -Original Message

RE: fop-trunk nonbreaking spaces

2008-06-13 Thread _zachary_
place. Might you really want white-space-collapse="false" and > white-space-treatment="preserve" on your surrounding block? > > -Original Message- > From: _zachary_ [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 11:35 AM > To: fop-users@

fop-trunk nonbreaking spaces

2008-06-13 Thread _zachary_
Hey Guys, Before I talk about my new issue, I wanted to thank you all so much for your help, it has saved my life :D. Alright, so, I'm having an issue with non-breaking spaces i one of my lines. If I put three   at the beginning of a line, followed by some text, and then an fo:inline with itali

Re: FOP 0.94 AND 0.95b

2008-06-13 Thread _zachary_
Thank you, i got it working. Andreas Delmelle-2 wrote: > > > Hi Zachary, > >>- Oorspronkelijk bericht - >>Van: _zachary_ [mailto:[EMAIL PROTECTED] >>Verzonden: donderdag, juni 12, 2008 10:50 PM >> >>This is what

Re: FOP 0.94 AND 0.95b

2008-06-12 Thread _zachary_
{urls=[file:/usr/share/java/ant.jar,file:/usr/share/java/ant-launcher.jar,file:/usr/share/java/jaxp_parser_impl.jar,file:/usr/lib/jvm/java/lib/tools.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} _zachary_ wrote: > > Sounds good, I'll just wait, I was hav

Re: FOP 0.94 AND 0.95b

2008-06-09 Thread _zachary_
Sounds good, I'll just wait, I was having trouble building from src. Do you have an estimated time of when that will be released? Andreas Delmelle-2 wrote: > > On Jun 5, 2008, at 17:31, _zachary_ wrote: > >> Sweet thank you, so can i download the binary from somewhere

Re: FOP 0.94 AND 0.95b

2008-06-05 Thread _zachary_
t properly. FO-Implementations like AntennaHouse have > proprietary extension for that. > > On 04.06.2008 22:14:56 _zachary_ wrote: >> >> It is a column separator, however the line flows over the text in 0.95 >> e.g. fop0.95 >> >> This is some test content!

Re: FOP 0.94 AND 0.95b

2008-06-04 Thread _zachary_
text when i span all that matters. thank you for your help and time. I really appreciate it Andreas Delmelle-2 wrote: > > On Jun 3, 2008, at 20:52, _zachary_ wrote: > > Hi > >> I have this test fo file. In FOP 0.94 the vertical line does not >> float over >>

FOP 0.94 AND 0.95b

2008-06-03 Thread _zachary_
I have this test fo file. In FOP 0.94 the vertical line does not float over the content, and in FOP 0.95b it does. Is this some fix or something that was implemented into 0.95 or something? If so is there any way to get the same results that 0.94 returns? Thank you all for your help. zach

Re: 0.94 AND 0.95b Images

2008-06-03 Thread _zachary_
rking? And I'm not getting any errors from fop Andreas Delmelle-2 wrote: > > On Jun 3, 2008, at 18:51, _zachary_ wrote: > >> As long as I do not do anything to my smaller images they work >> fine, however, >> I want to use the same code for big and small images wi

Re: 0.94 AND 0.95b Images

2008-06-03 Thread _zachary_
Andreas!!! I LOVE YOU! That worked beautifully! Thank you so much for your help. zach _zachary_ wrote: > > As long as I do not do anything to my smaller images they work fine, > however, I want to use the same code for big and small images without > having to check for the

Re: 0.94 AND 0.95b Images

2008-06-03 Thread _zachary_
now how do I keep everything the same and just make the BIG_IMAGE not overflow the block, but rather scale it down to fit within the block. I do not know the with of any of the images, and the small images need to keep the same effect. _zachary_ wrote: > > Hey Guys, > > I would lo

0.94 AND 0.95b Images

2008-06-03 Thread _zachary_
Hey Guys, I would love some help on this issue because it has been driving me crazy. First, let me describe what I am trying to do. I am trying to make images that are bigger than my fo:block shrink to the size of the block, breaking it off to its own line, so that no text is before or after it.

Re: Fop.94 MathML Fonts Not Changing

2008-05-27 Thread _zachary_
Hey Andreas, I am using the jeuclid plugin for fop. Where would I override a bind() method? The files are .jar, so I can't really modify them. Maybe this is a jeuclid issue? ~ zach Andreas Delmelle-2 wrote: > > On May 23, 2008, at 19:39, _zachary_ wrote: > > Hi > >

Fop.94 MathML Fonts Not Changing

2008-05-23 Thread _zachary_
I have set up my conf file for fop and use it via the -c option. I have specified my custom font in the pdf renderer, and the font does not seem to change my MathML instream-objects? Am I doing something wrong, or does fop not change the font of my MathML stuff? my conf file ===

RE: FOP .94 Fonts

2008-05-23 Thread _zachary_
Thank you so much, this has been a great help; Pascal Sancho wrote: > > Hi, > >> -Message d'origine----- >> De : _zachary_ [mailto:[EMAIL PROTECTED] >> Envoyé : jeudi 22 mai 2008 17:32 >> >> Ok I did that and it seems to work. Is there

RE: FOP .94 Fonts

2008-05-22 Thread _zachary_
Ok I did that and it seems to work. Is there anyway that I can disable this cache? Pascal Sancho wrote: > > Hi, > >> -Message d'origine- >> De : zachary Dains [mailto:[EMAIL PROTECTED] >> Envoyé : jeudi 22 mai 2008 00:49 >> >> I have set up some font metrics for my own custom TrueTy