Re: Need Some Help

2005-01-07 Thread tts 22
(BCan I have any hint? (B (BFrom: Jeremias Maerki [EMAIL PROTECTED] (BReply-To: [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSubject: Re: Need Some Help (BDate: Thu, 06 Jan 2005 15:13:04 +0100 (B (BIf you mean: (B (BFile userConfigFile = new File("C:\\fop\\conf\\userconfig.xml"

Re: Need Some Help

2005-01-07 Thread Jeremias Maerki
Are you using relative URLs in userconfig.xml? If yes, you need to set the baseDir/baseURL (or fontBaseDir, if it is different from baseDir) accordingly. The other possibility is to use absolute paths or URLs. http://xml.apache.org/fop/faq.html#fonts-not-found

Re: Need Some Help

2005-01-07 Thread tts 22
PROTECTED] (BReply-To: [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSubject: Re: Need Some Help (BDate: Fri, 07 Jan 2005 07:57:26 +0100 (B (BAre you using relative URLs in userconfig.xml? If yes, you need to set (Bthe baseDir/baseURL (or fontBaseDir, if it is different from baseDir) (Baccordingly.

Re: Need Some Help

2005-01-06 Thread Luke Shannon
Thank you Andreas! Works very well. - Original Message - From: Andreas L. Delmelle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 6:21 PM Subject: RE: Need Some Help -Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, My new

Re: Need Some Help

2005-01-06 Thread tts 22
} catch (Exception ex) { (Bthrow new ServletException(ex); (B} (B} (B} (B- Original Message - (BFrom: "Luke Shannon" [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSent: Wednesday, January 05, 2005 4:58 PM (BSubject: Need Some Help (B (B

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
Sure, please see here: http://xml.apache.org/fop/embedding.html#config-external It describes how to use the userconfig.xml file from Java. On 06.01.2005 13:02:20 tts 22 wrote: Can Font Metric msmincho.xml be refered in this Luke's FopServlet? Jeremias Maerki

RE: Need Some Help

2005-01-06 Thread Mark Donnelly
:36 To: [EMAIL PROTECTED] Subject: Re: Need Some Help Thank you Andreas! Works very well. - Original Message - From: Andreas L. Delmelle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 6:21 PM Subject: RE: Need Some Help -Original Message- From

RE: Need Some Help

2005-01-06 Thread Mark Donnelly
Please ignore this request. Ive found it. FYI its: users@cocoon.apache.org Mark -Original Message- From: Mark Donnelly [mailto:[EMAIL PROTECTED] Sent: 06 January 2005 12:47 To: '[EMAIL PROTECTED]' Subject: RE: Need Some Help I know this is the wrong venue but Im having trouble

Re: Need Some Help

2005-01-06 Thread tts 22
thanks (B (BFile userConfigFile = new File("C:\\fop\\conf\\userconfig.xml"); (B (Bis this ok? (B (Btts6 (B (BFrom: Jeremias Maerki [EMAIL PROTECTED] (BReply-To: [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSubject: Re: Need Some Help (BDate: Thu, 06 Jan 2005 13:13:57 +0100 

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
If you mean: File userConfigFile = new File(C:\\fop\\conf\\userconfig.xml); new Options(userConfigFile); ...then, yes. On 06.01.2005 14:58:12 tts 22 wrote: File userConfigFile = new File(C:\\fop\\conf\\userconfig.xml); is this ok? Jeremias Maerki

Need Some Help

2005-01-05 Thread Luke Shannon
Hi All; Trying to get a FOP demo off the ground. The idea is an FO document comes in from memory and is rendered to a PDF on the hard disk of the server. Just to get things going I am working with a FO file on the hard drive as well. I will tackle the contents of this file submitted in memory

Re: Need Some Help

2005-01-05 Thread J.Pietschmann
Luke Shannon wrote: When I run it in IE Ouch! :-) it get a Pop up message telling me the File does not begin with '%PDF-'. This is weird to me because I am not trying to send it back through the response object, I don't know why the browser is even looking at it. Does the URL which invokes the

Re: Need Some Help

2005-01-05 Thread Luke Shannon
); } } } - Original Message - From: Luke Shannon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 4:58 PM Subject: Need Some Help Hi All; Trying to get a FOP demo off the ground. The idea is an FO document comes in from memory and is rendered to a PDF on the hard

Re: Need Some Help

2005-01-05 Thread Luke Shannon
of the FO file. Luke - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 6:01 PM Subject: Re: Need Some Help Luke Shannon wrote: When I run it in IE Ouch! :-) it get a Pop up message telling me the File does not begin

RE: Need Some Help

2005-01-05 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, I see you've already discovered it yourself, but here's a bit more info on why I think it went wrong... Below is my code. When I run it in IE it get a Pop up message telling me the File does not begin with

RE: Need Some Help

2005-01-05 Thread Andreas L. Delmelle
-Original Message- From: Luke Shannon [mailto:[EMAIL PROTECTED] Hi, My new issue is how to render the PDF with a string input containing the contents of the FO file. From java.lang.String to java.io.StringReader to java.io.Reader to org.xml.sax.InputSource? HTH! Greetz, Andreas

some help..

2002-06-24 Thread vinod . nayak
Hi all, I have aXML file like this.. root node1 attr1="efhg" attr2="efhef"/ node2 attr2="erfje" attr3="efjef"/ /root Is there any method/function in XSL to check whether any of the attributes in the node exists.. Regards, Vinod Nayak i-flex solutions ltd. Voice: (91)-228 43 00, x

Re: some help..

2002-06-24 Thread huzhl
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 1:23 PM Subject: some help.. Hi all, I have aXML file like this.. root node1 attr1="efhg" attr2="efhef"/ node2 attr2="erfje" attr3="efjef&q

Re: some help..

2002-06-24 Thread Markus Wiese
with some attribute, put some definition in your DTD. markus -Ursprüngliche Nachricht-Von: huzhl [EMAIL PROTECTED]An: [EMAIL PROTECTED] [EMAIL PROTECTED]Datum: Montag, 24. Juni 2002 07:27Betreff: Re: some help.. you can use the "@" symbol to test the attribut,

RE: some help..

2002-06-21 Thread Roland Neilands
can anybody give me description regarding FOP. like what it is actually and what it does? I presume you've seen the website http://xml.apache.org/fop and you know what XML is. It is an XSL-FO processor. It takes the XSL-FO as input (or generates it first using Xalan/Xerces from XML transformed

RE: some help..

2002-06-21 Thread Durai Murugan
Can you please describe me how to embedd equations inside FO style sheet. i render for PDF it doesn't takes MathML markups. As per W3C Draft Specification 15 October 2001 there is no information about incorporating MathML tags inside the FO. This is the main problem with any

RE: some help..

2002-06-21 Thread Keiron Liddle
The element for foreign xml is instream-foreign-object. You can put svg or any other xml markup in their. The processor, ie FOP, then needs to have a handler for that xml. Currently it has a handler for batik. The redesigned FOP has an extension that has a handler for mathml that converts the

Re: some help..

2002-06-21 Thread Jeremias Maerki
Several people have been successful at embedding MathML using some tool that converts MathML to SVG. SVG can be easily embedded in XSL:FO. Have a look into the FOP mailing list archives and search for MathML. http://xml.apache.org/fop/resources.html Can you please describe me how to embedd