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

Re: Multiple output files

Subject: Re: Multiple output files
From: bix_xslt@xxxxxxxxxxx
Date: Tue, 8 Apr 2003 09:54:55 -0500
xsl multiple file output msxsl
For exslt information go to:

http://www.exslt.org

There are a few functions that have pure xslt implementations and can be
used instead of the Microsoft's native parser.  But, in general, there is no
support for exslt within Microsoft.  If you can, I would sugges downloading
the latest SDK from Sun for Java and installing the latest version of Saxon,
which supports the core EXSLT functions.  I believe XT is the other
processor that currently supports the core EXSLT functions.

Otherwise, you may be able to use a 'ghetto' method of the following:

<!--   xmlns:exslt="http://exslt.org/common"   -->
<!--   xmlns:exslt="urn:schemas-microsoft-com:xslt"   -->

<x: stylesheet version="1.0"
     xmlns:exslt="urn:schemas-microsoft-com:xslt"
     xmlns:x="http://www.w3.org/1999/XSL/Transform">

     <!--  your xslt here -->

</x:stylesheet>

This requires that you copy and paste when using different xslt processors.
Microsoft does have a few native functions that have the same names as the
exslt, so this 'works' for a few instances, but I don't recommend it.  If
you can get away with just using the node-set() function, you should be
fine.  If not, then you'll have to find an alternate method.  The nice thing
about it is that if you plan to update your parser in the future, you will
not need to do much more than update the xmlns:exslt line.


bix

----- Original Message -----
From: "Alexander Johannesen" <alex@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, April 08, 2003 3:58 AM
Subject: Re:  Multiple output files


> Hugh Dixon wrote:
> > I would like to write a style sheet that writes/saves to multiple files.
>
> See http://shelter.nu/xsiteable/ for a project that does this
> extensivly.
>
> > The solution is targeted to run on the Microsoft parser, which may, or
> > may not restrict the options!!!
>
> I don't know if MSXSL has got any EXSLT support, but you could search
> for it (or someone here knows). Happy hunting,
>
>
> Alexander
> --
> ___________________ ______________________ _____________________________
>                    |                      |
> http://shelter.nu/ | alex at shelter . nu | http://shelter.nu/xsiteable/
> ___________________|______________________|_____________________________
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.