xsl-list
[Top] [All Lists]

RE: [xsl] Problems with xsl:result-document (result doc already created implicitly or explicitly)

2009-08-28 14:36:40
First, get rid of the doc-available() call. It could be confusing things.
You aren't allowed to read from and write to the same URI within a
transformation, and doc-available() is going to read from the URI.

Can't give any more help as this may well be XSLT-processor-specific. 

I tried to use saxon9he.jar however cant get that 
working ("'java' is not recognizable as an internal or 
external command" though I did install Java SE Runtime env.).

Just add the java command to your PATH environment variable, or use the full
path name, for example

"c:/Program Files/java/jre1.5.0_06/bin/java" net.sf.saxon.Transform
source.xml style.xsl

Or if you're really not happy with using the command line, try Kernow, which
provides a GUI front end for Saxon

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>