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

RE: exclude-result-prefixes issue

Subject: RE: exclude-result-prefixes issue
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Wed, 26 May 2004 18:47:01 -0500
exclude result prefixes
Hi Matt,

You cannot expect XSLT not to include the namespace for elements that you
explicitly use within that namespace. So the output you want is AFAIK not
possible.

Why do you want to exclude the namespace from the output, in the first
place?

HTH,
<prs/>

-----Original Message-----
From: Matt Frank [mailto:mfrank@xxxxxxxxxxx] 
Sent: Wednesday, May 26, 2004 5:56 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  exclude-result-prefixes issue

Greetings

I am having a small problem with prefixes.  I am trying to build a soap
envelope and am having trouble eliminating namespaces for elements that
include a prefix.

I have a very simple stylesheet seen below:

<?xml version = "1.0" encoding = "UTF-8"?> <xsl:stylesheet xmlns:xsl =
"http://www.w3.org/1999/XSL/Transform"
version = "1.0" xmlns:SOAP-ENV =
"http://schemas.xmlsoap.org/soap/envelope" exclude-result-prefixes =
"SOAP-ENV">
	<xsl:template match = "/">
		<xsl:element name = "SOAP-ENV:Envelope">
			<xsl:element name = "SOAP-ENV:Body"/>
		</xsl:element>
	</xsl:template>
</xsl:stylesheet>

The current output is:

<?xml version = "1.0" encoding = "UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV
= "http://schemas.xmlsoap.org/soap/envelope">
	<SOAP-ENV:Body/>
</SOAP-ENV:Envelope>

I would like the output to be

<?xml version = "1.0" encoding = "UTF-8"?> <SOAP-ENV:Envelope>
	<SOAP-ENV:Body/>
</SOAP-ENV:Envelope>

Could someone please advise on the changes I need to make to get my desired
output?

Regards,

Matt

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.