XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Trouble Calling a java functio... (4)
-> + How to generate EDI 997 (2)
-> + followup on tokenize with /r (5)
-> + tokenize a string with \r (4)
-> + How to convert XML to XLS file... (2)
-> - How to convert XML to XLS file... (1)
-> + how to pass value to xsl for t... (3)
-> + entity expansion liimit exceed... (4)
-> + Creating XSLT Stylesheet (2)
-> + Create XSLT from XSD (2)
-> + How to remove nodes from xml b... (4)
-> + Highlighting text in XSL file (4)
-> - XSLT to Excel, predefine cell ... (1)
-> + CSaxon8Driver issue...time out (2)
-> + Is it possible to generate a X... (2)
-> + Is there any tool which genera... (2)
-> + xslt to html producing double ... (2)
-> - ADD 2 XML 2 Generate Single XM... (1)
-> + converting XML1 to XML2 struct... (2)
-> - How to remove the name space i... (2)
-> ->How to remove the name sp...
-- Previous [61-80] [81-100] [101-120] Next
+ XQuery Help and Discussion (2016)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
rranjan kumarSubject: How to remove the name space in the XML using XSLT
Author: rranjan kumar
Date: 14 May 2012 08:08 AM
I need to remove xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/Message"and xmlns:a="http://schemas.microsoft.com/dynamics/2008/01/documents/AVACodaExport">
from xml from root element.

Please suggest me .
XSLT Code :

<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:b="http://schemas.microsoft.com/dynamics/2008/01/documents/Message" xmlns:a="http://schemas.microsoft.com/dynamics/2008/01/documents/AVACodaExport">
<xsl:output method="xml" omit-xml-declaration="yes" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<InputRequest version="1.0">
<Post postto="books">
<!--xsl:for-each select="b:Envelope/b:Body/b:MessageParts/a:AVACodaExport/a:AVACodaPrepTable"-->
<xsl:for-each select="b:Envelope/b:Body/b:MessageParts/a:AVACodaExport/a:AVACodaPrepTable">
<Request>
<Transaction>
<Header>
<Key>
<CmpCode>
<xsl:value-of select="a:CmpCode"/>
</CmpCode>
<Code>
<xsl:value-of select="a:Code"/>
</Code>
</Key>
<Period>
<xsl:value-of select="a:Period"/>
</Period>
<CurCode>
<xsl:value-of select="a:CurCode"/>
</CurCode>
<Date>
<xsl:value-of select="a:Date"/>
</Date>
<Description>
<xsl:value-of select="a:Description"/>
</Description>
</Header>
<Lines>
<xsl:for-each select="a:AVACodaPrepTrans">
<Line>
<Number>
<xsl:value-of select="a:Number"/>
</Number>
<AccountCode>
<xsl:value-of select="a:AccountCode"/>
</AccountCode>
<DocValue>
<xsl:value-of select="a:DocValue"/>
</DocValue>
<LineType>
<xsl:value-of select="a:LineType"/>
</LineType>
<LineSense>
<xsl:value-of select="a:LineSense"/>
</LineSense>
<Description>
<xsl:value-of select="a:Description"/>
</Description>
<TaxInclusive>
<xsl:value-of select="a:TaxInclusive"/>
</TaxInclusive>
<Taxes>
<Code>
<xsl:value-of select="a:TaxCode"/>
</Code>
</Taxes>
<ExtRef3>
<xsl:value-of select="a:ExtRef3"/>
</ExtRef3>
<ExtRef4>
<xsl:value-of select="a:ExtRef4"/>
</ExtRef4>
<DestCode>
<xsl:value-of select="a:DestCode"/>
</DestCode>
</Line>
</xsl:for-each>
</Lines>
</Transaction>
</Request>
</xsl:for-each>
<!--/xsl:for-each-->
</Post>
</InputRequest>
</xsl:template>
</xsl:stylesheet>


UnknownNoname(64).

Posttop
Ivan PedruzziSubject: How to remove the name space in the XML using XSLT
Author: Ivan Pedruzzi
Date: 15 May 2012 11:25 AM

Could you please send your Stylus Studio installation ID (click Help->About->Installation ID) to stylussupport@ivitechnologies.com?

Thanks
Ivan Pedruzzi
Stylus Studio Team

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.