Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-19 Thread T. V. Raman
In general setting the classpath environment variable is evil because it leads to all kinds of hard to trace problems. "Ovidiu" == Ovidiu Predescu [EMAIL PROTECTED] writes: Ovidiu On Mon, 18 Dec 2000 10:14:01 -0800, Ovidiu "T. V. Raman" [EMAIL PROTECTED] wrote: I'd suggest adding

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-18 Thread T. V. Raman
I'd suggest adding a xslt-global-classpath that is customizable where one can specify the location of the xalan related jar files. At present the only way to hack this is to create a dummy foo.java file in the directory containing the xml file, and then allowing jde to create a corresponding

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
I pulled and tried xslt-process on Emacs 20.6 using Xalan. There are a few problems: 1) messages never make it into the *xslt-messages* or *xslt-output* buffers. Worse, the things barfs with a message about xalan not being found even though I have xalan.jar and xerces.jar on the

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread David J. Biesack
Date: Fri, 15 Dec 2000 10:15:29 -0800 Cc: Ovidiu Predescu [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] From: "T. V. Raman" [EMAIL PROTECTED] I pulled and tried xslt-process on Emacs 20.6 using Xalan. There are a few problems: 1) messages never

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 13:48:16 -0500 (EST), "David J. Biesack" [EMAIL PROTECTED] wrote: Date: Fri, 15 Dec 2000 10:15:29 -0800 Cc: Ovidiu Predescu [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] From: "T. V. Raman" [EMAIL PROTECTED] I pulled and

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
you're seeing something that I am missing? note that the pathnames are UNIX pathnames --not dos-impaired pathnames. "David" == David J Biesack [EMAIL PROTECTED] writes: Date: Fri, 15 Dec 2000 10:15:29 -0800 David You need a ';' before David

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
I still have no luck getting it running --I'm sure it is something trivial with the bsh that I am overlooking. This is under Linux --and jde works fine for me --everything is setup for jdebug etc etc. BSH buffer shows: cd /tmp/ java -classpath

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 14:56:07 -0800, "T. V. Raman" [EMAIL PROTECTED] wrote: I still have no luck getting it running --I'm sure it is something trivial with the bsh that I am overlooking. This is under Linux --and jde works fine for me --everything is setup for jdebug etc etc. BSH buffer

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
Got it! The problem (as seems to be always the case in recent times in my case) is Custom bites again!! I had set xslt-process-default-processor by hand to (list 'xalan1) --fixing the case of x in the above fixed the problem. "Ovidiu" == Ovidiu Predescu [EMAIL PROTECTED] writes:

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 16:23:38 -0800, "T. V. Raman" [EMAIL PROTECTED] wrote: Got it! The problem (as seems to be always the case in recent times in my case) is Custom bites again!! I had set xslt-process-default-processor by hand to (list 'xalan1) --fixing the case of x in the above

[ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-13 Thread Ovidiu Predescu
Although this is not quite JDE related, I thought it might interest you. This package is using JDE quite heavily. -- If you're using (X)Emacs for doing your XML and XSLT development, you may find the following (X)Emacs minor mode very handy. It allows you to run the XSLT processor of choice on

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-13 Thread Paul Kinnucan
At 09:23 AM 12/13/00 -0800, Ovidiu Predescu wrote: Although this is not quite JDE related, I thought it might interest you. This package is using JDE quite heavily. Interesting. I have assembled (from existing components) a new package for Emacs, called the Technical Publishing Environment for

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-13 Thread Jeff Rancier
Yes. They both sound interesting. Any planned support for schemas instead, or in addition to, using DTDs? Jeff Paul Kinnucan wrote: At 09:23 AM 12/13/00 -0800, Ovidiu Predescu wrote: Although this is not quite JDE related, I thought it might interest you. This package is using JDE quite

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-13 Thread Ovidiu Predescu
On Wed, 13 Dec 2000 15:33:48 -0500, Paul Kinnucan [EMAIL PROTECTED] wrote: At 09:23 AM 12/13/00 -0800, Ovidiu Predescu wrote: Although this is not quite JDE related, I thought it might interest you. This package is using JDE quite heavily. Interesting. I have assembled (from existing