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
mahya kSubject: xslt help
Author: mahya k
Date: 10 May 2007 09:58 AM
my xml file are as followes File1.xml and File2.xml
I am comapring two files and want the output as output.xml can anybody help how to write the xsl file for it

File1.xml

<element>
<child>
<a>Mango</a>
<b>Appale</b>
<c>111</c>
</child>
</element>


File2.xml

<element>
<child>
<Mangao>111</Mangao>
<Appale>222</Appale>
<orange>333</orange>
</child>
</element>


Output.xml

<element>
<child>
<a>Mango</a>
<b>Appale</b>
<c>111</c>
<d>222</d>
</child>
</element>

Posttop
Elias HuterSubject: xslt help
Author: Elias Huter
Date: 11 May 2007 02:58 AM
Merging two files into one file is described here:
http://www.stylusstudio.com/SSDN/default.asp?action=9&read=3903&fid=48

I can't see what exactly you want to do. Do you want to fill in missing numbers in XML1 with numbers out of the XML2 list or whats your intent?

 
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.