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

Re: linkedin discussion of "can you sell an XSLT?"

Subject: Re: linkedin discussion of "can you sell an XSLT?"
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 5 Jun 2009 14:58:40 +0000 (GMT)
Re:  linkedin discussion of "can you sell an XSLT?"
Andrew Welch wrote:

> Something simple like:

> <xsl:include
href="library.sar"/>

> where library.sar is "stylesheet archive", a standard
zip with
> some kind of meta pointing to the primary stylesheet.

  I think
this is the opposite of the approach where the URI is
used to identify WHAT
(which module) instead of WHERE (where to
find the *.xsl file or the
pre-compiled one.)  Don't forget we
use uniform resource identifiers now, and
not locators
anymore ;-)

  If the library.sar contains the *.xsl modules and
a little
descriptor telling which modules to expose (something like "the
module library.xsl in the ZIP file must be published at the URI
http://example.com/xsl/library.xsl, other modules are private",)
the processor
within which it is "deployed" (or "installed," for
instance by copying the
*.sar to a specific directory) can then
map:

    <xsl:include
href="http://example.com/xsl/library.xsl"/>

to:
<sar-repository>/library.sar!library.xsl

(or any other place it unziped or
compiled the module to.)  More
in the way catalogs operate, but everything
packaged in a single
file (that's what users want, I guess.)

  Regards,

--
Florent Georges
http://www.fgeorges.org/

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.