Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
XML
data.xmlanalysis
mappoint.webservice
msf
msxml-webrelease
netmyservices.sdk
passport.sdk
soap
soapsdk
uddi.general
uddi.programming
uddi.specification
xml
xmlsqlwebrelease
xsl
  
 
date: Wed, 9 Apr 2008 04:41:01 -0700,    group: microsoft.public.xsl        back       


How to create XSLT that produces XSLT   
Having xslt file like this
<transform
	xmlns="http://www.w3.org/1999/XSL/Transform"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	version="1.0">
	<template match="/">
		<xsl:transform/>
	</template>
</transform>

I would suppose that (from any xml file) it generates another xslt file like 
this
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" />

However (using MSXML 6), this error appears:
Keyword xsl:transform may not be used here.

How to generate XSLT file with correctly set namespaces?
Thank you, karuzo
date: Wed, 9 Apr 2008 04:41:01 -0700   author:   karuzo

RE: How to create XSLT that produces XSLT   
I just have find solution using xsl:namespace-alias element,
see http://msdn2.microsoft.com/en-us/magazine/cc164034.aspx
karuzo
date: Wed, 9 Apr 2008 04:58:00 -0700   author:   karuzo

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us