Re: problem with image path

2004-10-19 Thread J.Pietschmann
Eldho George wrote: I has some problem with image path. ... this html page contain image path like . FAQ. See the first part of http://xml.apache.org/fop/faq.html#graphic-not-displayed Also check http://xml.apache.org/fop/configuration.html#summary-key-value especially the baseURL part. J.Pietsc

Re: XML Editor

2004-10-19 Thread Clay Leeds
Have you tried the IDE? It is extensible, so if it doesn't have what you need, you can build it yourself (if someone hasn't already made one[1],[2]). Web Maestro Clay [1] http://www.eclipseplugincentral.com/ [2] http://www.eclipse-plugins.info/eclipse/plugins.jsp?catego

fit image into table

2004-10-19 Thread fop
Hi, I want to put an image into a table row consuming as much space as possible on the page. So far I have simply set the table.width attribute to 100% and the image is scaled as large as it is possible for this page. But, this only works if the image is wider than higher, or better if the imag

Re: text alignment

2004-10-19 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: hi, i got a problem which hasn 't been described in the mailing list archives. i have a standard block article, what i know want is that the right-most char of every line of text output is exactly aligned to every other right-most char of the other lines of this article.

Re: write in vertical mode

2004-10-19 Thread Louis . Masters
Here is some sample SVG code to write vertically: http://www.w3.org/2000/svg";> FRONT Note the "writing-mode" attrib: "tb" - top to bottom -Lou

text alignment

2004-10-19 Thread Timo . Roessner
hi, i got a problem which hasn 't been described in the mailing list archives. i have a standard block article, what i know want is that the right-most char of every line of text output is exactly aligned to every other right-most char of the other lines of this article. in other words, is ther

RE: XML Editor

2004-10-19 Thread Mark Donnelly
Yep, thanks for this one. It does faithfully transform unicode characters. Ill can finally stop using '.'s as place holders now. Just remember that XRay does not seem to do this, if anyone is having similar troubles in the future. -Original Message- From: foxmask [mailto:[EMAIL PROTECTED

Re: I need your help

2004-10-19 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hi everybody, This is a pure XSLT question and probably best asked on the XSLT list: http://xml.apache.org/fop/maillist.html#xslt-mulberry This tag can go n times each time I need the value of cureent tag vaue and it immediate previous. The following XSL snippet should g

Re: I need your help

2004-10-19 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hi everybody, This is a pure XSLT question and probably best asked on the XSLT list: http://xml.apache.org/fop/maillist.html#xslt-mulberry This tag can go n times each time I need the value of cureent tag vaue and it immediate previous. The following XSL snippet should g

Re: XML Editor

2004-10-19 Thread foxmask
http://jedit.org seems to do it, but i just discover it. i mean i already knew it but i have to try the XSLT plugin too ;) On Tue, 19 Oct 2004 12:44:44 +0100, Mark Donnelly <[EMAIL PROTECTED]> wrote: > Thanks so far guys but I really need an editor that is freeware, not > evaluation software. >

RE: XML Editor

2004-10-19 Thread Mark Donnelly
Thanks so far guys but I really need an editor that is freeware, not evaluation software. -Original Message- From: Balamuraly [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 11:39 To: [EMAIL PROTECTED] Subject: Re: XML Editor Hi Mark, Try Demo version of OXYGEN. bala > -Original M

I need your help

2004-10-19 Thread KS.Bhaskar
Title: I need your help Hi everybody, I have xml p>     10     20     30     40     50         .         .         . This tag can go n times each time I need the value of cureent tag vaue and it immediate previous. Means first

Re: XML Editor

2004-10-19 Thread foxmask
i saw this http://www.xml-dev.com/blog/#19 but dont know if one of them does XSLT transform On Tue, 19 Oct 2004 10:13:23 +0100, Mark Donnelly <[EMAIL PROTECTED]> wrote: > Does anyone know of a good, free XML editor that does XSLT transforms and > preserves unicode characters? > > Im currently us

XML Editor

2004-10-19 Thread Mark Donnelly
Does anyone know of a good, free XML editor that does XSLT transforms and preserves unicode characters? Im currently using XRay but it seems to corrupt my unicode values upon translation. I put in the correct unicode characters for non breaking space but after translation, when I put it through F

problem with image path

2004-10-19 Thread Eldho George
Hai all   The following is my code snippet for handling tag.I has some problem with image path. I have created a servlet to converting a web page into pdf.For this i have used a button on my page to invoke the servlet and gets the pdf of current web page.Here i am used the image