Re: xslt-process
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@xe...> - 2001-06-05 14:37:37
|
Hi Carsten, On Tue, 29 May 2001 14:54:14 -0400, Carsten Heinrigs <ca...@oc...> wrote: > Hi Ovidiu, > > just installed your xslt-process-1.2.2 minor mode. Like the concept > very much. A serious limitation so far is the ability to use > parameters (xsl:param). Showing the result (in case output is html) > in the W3 mode or Netscape would be a great addition. I am planning to add these features for the next release, they are in the ToDo list. You may want to check out the SourceForge project at: http://sourceforge.net/projects/xslt-process/ for the next version of it. The source code is only in CVS for the moment, there's no release yet. I hope to create a release as soon as I write some documentation for it. The new features of this release include debugging abilities (for Saxon only now), error reporting through a compilation-like buffer, improved start-up time (by not using BSH anymore) and less dependencies on external packages. > > there was a problem with the stylesheet href. had to specify the path like > <?xml-stylesheet href="/home/httpd/tomcat/webapps/xmltrans/ncpprs/allprs.xsl" type="text/xsl"?> > or > <?xml-stylesheet href="file:///home/httpd/tomcat/webapps/xmltrans/ncpprs/allprs.xsl" type="text/ > xsl"?> > > using the relative path > <?xml-stylesheet href="allprs.xsl" type="text/xsl"?> > > returned > Could not create transformer for: file://home/httpd/tomcat/webapps/xmltrans/ncpprs/allprs.xsl > > The problem is a missing '/'. > > Used TrAX with Saxon 6.3 This should work, at least works for me with the development version of the mode. Please give it a try if you have time. Regards, Ovidiu -- Ovidiu Predescu <ov...@cu...> http://orion.nsr.hp.com/ (inside HP's firewall only) http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff) |