Merge XML
-
Can we merge two xml documents using XSLT ???
-
Can we merge two xml documents using XSLT ???
-
Can we merge two xml documents using XSLT ???
Yes, you can merge two or more XML documents. You will usually use the xsl:copy and xsl:copy-of elements to accomplish this. The following link may be helpful to you: http://www.topxml.com/xsltStylesheets/xslt_XML_to_XML.asp[^]
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Yes, you can merge two or more XML documents. You will usually use the xsl:copy and xsl:copy-of elements to accomplish this. The following link may be helpful to you: http://www.topxml.com/xsltStylesheets/xslt_XML_to_XML.asp[^]
"We make a living by what we get, we make a life by what we give." --Winston Churchill
George L. Jackson wrote:
Yes, you can merge two or more XML documents.
are you sure about that? I don't see that in the link you provided. Last I checked (several years back) they had added the mechanism to the ( XSLT??? don't remember) standard but none of the engines had implemented it.
-
George L. Jackson wrote:
Yes, you can merge two or more XML documents.
are you sure about that? I don't see that in the link you provided. Last I checked (several years back) they had added the mechanism to the ( XSLT??? don't remember) standard but none of the engines had implemented it.
See Solution III: http://www.devguy.com/fp/XML/XSL/Merge/Example1/index.html[^] I think outputing multiple documents is still implementation dependant, however. -- modified at 21:50 Tuesday 7th August, 2007
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
George L. Jackson wrote:
Yes, you can merge two or more XML documents.
are you sure about that? I don't see that in the link you provided. Last I checked (several years back) they had added the mechanism to the ( XSLT??? don't remember) standard but none of the engines had implemented it.
Xslt document function: http://msdn2.microsoft.com/en-us/library/ms256465(vs.80).aspx[^]
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
See Solution III: http://www.devguy.com/fp/XML/XSL/Merge/Example1/index.html[^] I think outputing multiple documents is still implementation dependant, however. -- modified at 21:50 Tuesday 7th August, 2007
"We make a living by what we get, we make a life by what we give." --Winston Churchill