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

MSXML3 XSL namespace conflict?

Subject: MSXML3 XSL namespace conflict?
From: "Friedlander, Hal" <Hal@xxxxxxxxxxxx>
Date: Tue, 3 Oct 2000 14:02:03 -0400
namespace conflicts with type
I have been successfully using the old "defunct namespace
http://www.w3.org/TR/WD-xsl . I have also successfully used the current
namespace http://www.w3.org/1999/XSL/Transform.
However, having no success trying to transform the XML doc below with an XSL
using the current namespace.
The XML doc below may look familiar to MS developers. 

Does anyone know if there is some namespace "conflict" that may prevent
transformations using the current XSL namespace?  

If not can someone please show a sample XSL doc (using the current
namespace) that can perform any transformation with this XML.

Thank you,
Hal Friedlander

example XML Doc
---------------------------------------------------------------------

<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
	xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
	xmlns:rs='urn:schemas-microsoft-com:rowset'
	xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
	<s:ElementType name='row' content='eltOnly'>
		<s:AttributeType name='TOTAL_DECLINES' rs:number='1'
rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='number' rs:dbtype='varnumeric'
dt:maxLength='20' rs:scale='0' rs:precision='38'/>
		</s:AttributeType>
		<s:AttributeType name='TOTAL_PURCHASES' rs:number='2'
rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='number' rs:dbtype='varnumeric'
dt:maxLength='20' rs:scale='0' rs:precision='38'/>
		</s:AttributeType>
		<s:extends type='rs:rowbase'/>
	</s:ElementType>
</s:Schema>
<rs:data>
	<z:row TOTAL_DECLINES='0' TOTAL_PURCHASES='275'/>
	<z:row TOTAL_DECLINES='214' TOTAL_PURCHASES='0'/>
</rs:data>
</xml>

------------------------------------------------------------------------


 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.