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

Re: writing error file

Subject: Re: writing error file
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 21 Sep 2006 10:58:17 -0400
Re:  writing error file
Hi Frank,

Another way you might consider doing this is by pipelining ... in the first pass, transform into your output plus warnings/errors, then pass the result into two separate processes, one that filters out the warnings and the other that filters out the content.

This is a bit klugey, but doesn't take you into any extension functions at all, and it can be set up with batch files written in ancient languages if necessary.

Cheers,
Wendell

At 07:46 AM 9/21/2006, George wrote:
You can get (in general) the output of the xsl:message but you need processor specific code for that. Also this requires configuring the processor in a specific way, thus you need to have control over the transformation execution.

Using xsl:result-document to output the some data to a file seems ok to me, as you can do this directly from XSLT. Note that this works only in XSLT 2.0, for XSLT 1.0 you can eventually use the specific processors extensions for writing output documents.

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.