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

RE: appending to result-document

Subject: RE: appending to result-document
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 3 Aug 2005 08:57:16 +0100
sam d. chuparkoff
Yes, for producing a log like this I would recommend xsl:message. The Saxon
implementation of xsl:message allows you some control over the formatting
and destination of the messages (but only from Java, not from the command
line).

The other way to do it is to write a single result tree that contains real
output interleaved with log output, and then postprocess it (pipelining
again!) with a transformation that makes two passes over the input,
outputting first the "real output" and then the "log".

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

> -----Original Message-----
> From: Sam D. Chuparkoff [mailto:sdc@xxxxxxxxxx] 
> Sent: 03 August 2005 03:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  appending to result-document
> 
> On Tue, 2005-08-02 at 14:48 +0100, Rahil wrote:
> > Hi
> > 
> > I have an xsl file which has two output formats. The first 
> one is .html 
> > and the other is a named xml output.
> 
> > The output I want is two files: (i) mainResult.html , (ii) Log.xml
> > -------------
> > <Results xmlns:saxon="http://saxon.sf.net/">
> >     <Term>Log1</Term>
> >    <Term>Log2</Term>
> > </Results>
> > -----------------
> > 
> > How do I append xml tags in the log.xml file in the midst 
> of general 
> > .html output ?
> > 
> > Appreciate all help.
> 
> Michael's response is of course spot on. I can understand your
> motivation, however, as log.xml really is just that: a log. In similar
> situations I've used xsl:message.
> 
> Anybody else willing to confess to having done this, or at 
> least having
> the temptation?
> 
> sdc
> 
> > Thanks
> > Rahil

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.