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

Re: XML to XSLT to XSLT

Subject: Re: XML to XSLT to XSLT
From: "L Rutker" <lrutker@xxxxxxxxxxx>
Date: Tue, 16 Oct 2001 11:27:56 -0400
transform xslt to xslt
The following was posted to this list by William Lam a while ago:

This is what I did.

<x:stylesheet
xmlns:x="http://www.w3.org/1999/XSL/Transform"
             xmlns:xsl="anything" version="1.0">
<x:namespace-alias stylesheet-prefix="xsl"
result-prefix="x"/>

<x:template match="/" >
   <xsl:stylesheet version="1.0">
       <xsl:template match="/" />
   </xsl:stylesheet>
</x:template>

</x:stylesheet>

the namespace x nodes are interpreted while the xsl
nodes get copied over ... real easy.


Sabrina Fords wrote:

Hi All,
I'm trying to create transform an XML to and XSLT style sheet, using a XSLT
style-sheet to do the transformation. I was wondering if anyone knew how I
add the namespace from one XSLT style-sheet to another, using XSLT to do the
transformation?


Appreciate any help/advice you can give me.

Sabrina


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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.