xsl-list
[Top] [All Lists]

Re: [xsl] no output

2011-01-27 05:37:57
On 27/01/2011 10:35, Szabo, Patrick (LNG-VIE) wrote:
Hi,

I'm using the most recent version of Saxon.
I want to split one file into many others without outputting the
original file.

I've always used this:

<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:saxon="http://saxon.sf.net/"; exclude-result-prefixes="#all">
<xsl:output method="saxon:net.sf.saxon.event.Sink" version="1"
encoding="ISO-8859-1" indent="yes"/>
...

but I get the following error:

Unknown serialization method
{http://saxon.sf.net/}net.sf.saxon.event.Sink

Is that because of the newer Version of Saxon ?!
Am I doing something wrong ?!


Product-specific questions are best asked on a product-specific list - there's a saxon-help list available via the project page on SourceForge, or a forum (also called saxon-help) if you don't want to subscribe.

Saxon 9.2 HE doesn't support any Saxon extensions to the XSLT spec; the general rule is that if you want something in the Saxon namespace, you need the Professional or Enterprise Edition.

As for your requirement, if you don't want to output the original file, surely it's easy to organize your code so that it doesn't attempt to do so?

Michael Kay
Saxonica

--~------------------------------------------------------------------
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>