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

RE: namespaces problem - two transformations in one s

Subject: RE: namespaces problem - two transformations in one stylesheet possible?
From: "Andrew Ballantine" <andrew.ballantine@xxxxxxxxxxxxxxx>
Date: Tue, 7 Feb 2006 15:08:30 -0000
RE:  namespaces problem - two transformations in one  s
correction to second set of xsl (without problem namespace) (sent the xml
twice by mistake, sorry):

<xsl:stylesheet version="1.0"
xmlns:userDefined="http://mycompany.com/mynamespace"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="msxsl" extension-element-prefixes="userDefined">
	<xsl:output method="xml" indent="yes" omit-xml-declaration="no"/>
	<xsl:template match="/">
		<xsl:apply-templates select="message"/>
	</xsl:template>
	<xsl:template match="message">
		<xsl:apply-templates select="m_content"/>
	</xsl:template>
	<xsl:template match="m_content">
		<quotation dtd-version="1.0">
			<versn>2.0</versn>
			<xsl:apply-templates select="m_control"/>
			<!-- assorted other templates -->
		</quotation>
	</xsl:template>
	<!--  Quotes/control -->
	<xsl:template match="m_control">
		<!-- etc lots more xsl here -->
	</xsl:template>
</xsl:stylesheet>

This e-mail is private and confidential and is protected by copyright. It may
also be privileged or otherwise protected by other legal rules.  Access by or
disclosure to anyone other than the intended recipient for any reason other
than the business purpose for which the message is intended, is unauthorised.
If you receive it in error, notify us, delete it and do not make use of or
copy it.

Internet communications are not secure and therefore Assureweb Limited do not
accept legal responsibility for the contents of this message. Any views or
opinions presented are solely those of the author and do not necessarily
represent those of Assureweb Limited unless otherwise specifically stated.

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.