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
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext 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

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
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.