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

Re: how to make a log file in XSLT?

Subject: Re: how to make a log file in XSLT?
From: "Michael Kay michaelkay90@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 12 Mar 2023 21:16:51 -0000
Re:  how to make a log file in XSLT?
> In some context I think you can fool Saxon by using different URIs e.g.
> append some query string to the input URI
>
>
> <xsl:variable name="current_log_content" select="document($Log_file_name ||
'?foo=bar')"/>
>

Indeed you can, but you run the risk here that the reading and writing will
actually be concurrent, which will lead to a different failure. You would need
to force the read to happen first, for example by outtputting something that
appears to depend on the input document content (for example
doc('xxx')//this-wont-find-anything) before doing the xsl:result-document.

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.