RE: Reading XML from JAR.

2002-11-27 Thread Dang Minh Phuong
I have faced this problem before. I think this link is useful for you http://www.javaworld.com/javaworld/javatips/jw-javatip49.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reading XML from JAR.

2002-11-26 Thread Trevor Vaughan
CTED] Sent: Tuesday, November 26, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: Reading XML from JAR. Hi, I'm working on a program that uses fop for output and I would like to read my xml file directly from a JAR. Is this possible? If so, does anyone have an

Re: Reading XML from JAR.

2002-11-26 Thread Johan Ã…brandt
ip.ZipEntry zipEntry = zippy.getEntry("com/package/thexml.xml"); InputStream is=zippy.getInputStream(zipEntry); -Original Message- From: Trevor Vaughan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: Reading XML from JAR. Hi, I'm wor

RE: Reading XML from JAR.

2002-11-26 Thread Norr, Peter
MAIL PROTECTED] Sent: Tuesday, November 26, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: Reading XML from JAR. Hi, I'm working on a program that uses fop for output and I would like to read my xml file directly from a JAR. Is this possible? If so, does anyone have any tips on how to get

Reading XML from JAR.

2002-11-26 Thread Trevor Vaughan
Hi, I'm working on a program that uses fop for output and I would like to read my xml file directly from a JAR. Is this possible? If so, does anyone have any tips on how to get started? Thanks, Trevor - To unsubscribe, e-mail: