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

Re: Obtaining the base output uri from within xsl

Subject: Re: Obtaining the base output uri from within xsl
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 14 Dec 2011 12:14:45 +0000
Re:  Obtaining the base output uri from within xsl
> I've been looking at the xsl functions for some way of gaining the base output uri, or better still, the output document name. I can find how to get the input document, the static context, but not the output document name.
>
> I'm using Saxon with the -o parameter, so I could add an extra parameter to my stylesheet such as "outputURI=x", but that would seem messy.
>
> I'm sure it's really obvious, but I've not found anything yet.

It's because 'normally' the stylesheet isn't responsible for writing
the output to disk, the xsl:output values are only hints to the
processor... so there isn't a way to discover the output filepath.

You can however take control of the serialisation yourself within the
transform by using xsl:result-document, something like:

<xsl:template match="/">
  <xsl:result-document href="$some-path">
   ...

that way you know the output path.


-- 
Andrew Welch
http://andrewjwelch.com

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.