[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: no output

Subject: Re: no output
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Thu, 27 Jan 2011 11:37:45 +0000
Re:  no output
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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.