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

Re: merging xml files


merge xml
U R Always welcome !

Pls. make use of zvon.org.. site.  it will help you a lot as a beginner.. And the solution.. I belive that my suggesstion will work for u.

1. check the existance of ndoe X in A.xml using xslt
2. extract the information(node X from b.xml) using xpointer
3. append/overwrite  using Xinclude.

-Sella :-)

Pankaj Rathi wrote:
Thanks Micah, Michael and Sell.
So kind of you people to give your time.

Looking at the interest and in reply to Michael, I am expressing my
requirements again, in case, someone can give a refined solution.

The task is to merge two xml files. Both the files have the same root. 
File A might or might not have node X(and its sub elements).
File B will always have node X(and its sub elements).

If File A does not contain node X:
XSLT should get it from file B and insert it in File A under the defined
location(which is not root).

If File A contains node X (the location is known):
XSLT should still get it from file B and replace the one existing in File A.

Many thanks once again.

Pank

-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@n...]
Sent: Wednesday, September 01, 2004 5:31 PM
To: 'Pankaj Rathi'; xml-dev@l...
Subject: RE:  merging xml files


You will find that a good place to ask XSLT coding questions is the xsl-list
at http://www.mulberrytech.com (practical coding problems often get ignored on this
list, especially when its members are busy discussing the meaning of life,
the universe, and everything).

You can achieve what you want with code something like:

<xsl:template match="X">
  <xsl:copy-of select="document('b.xml')//X"/>
</xsl:template>

However, that's probably not exactly right, because you haven't expressed
your requirements clearly enough.

Michael Kay
http://www.saxonica.com/ 

  
-----Original Message-----
From: Pankaj Rathi [mailto:Pankaj.Rathi@c...] 
Sent: 01 September 2004 17:10
To: xml-dev@l...
Subject:  merging xml files


Hi all.

I am another newb to xsl. I have a small task - I have read a 
primer book
and looks like this is possible. 

The task is to merge two xml files. 

Scenario is like this:
File A might or might not have node X. XSLT should get the 
node X from file
B and put it file A(either add or modify at the right place)

Pointer to any existing examples of this kindof work will be 
highly helpful.

Many thanks in anticipation.

Pank

-----Original Message-----
From: Jonathan Robie [mailto:jonathan.robie@d...]
Sent: Monday, August 30, 2004 9:55 PM
To: Jim Granger
Cc: xml-dev@l...
Subject: Re:  Newbie looking for starting point


Jim Granger wrote:

    
Hi folks,

I'm a complete newb to XML. Though I have been working with 
      
HTML & more 
    
recently XHTML for close to eight years now, it has been 
      
primarily hobby 
    
work up until three years ago.

I would like to know what resources you would recommend to begin 
learning about XML and related subjects.
      
I like http://zvon.org/ for a general introduction. However, 
the intro I 
would recommend depends a lot on what you need to know. For 
instance, I 
would give you a totally different starting point for XQuery.

Jonathan

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org http://www.xml.org, an
initiative of OASIS http://www.oasis-open.org

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: http://www.oasis-open.org/mlmanage/index.php


_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet 
Managed Scanning
Services - powered by MessageLabs. For further information visit
http://www.mci.com

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org http://www.xml.org, an
initiative of OASIS http://www.oasis-open.org

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: http://www.oasis-open.org/mlmanage/index.php


    


_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning
Services - powered by MessageLabs. For further information visit
http://www.mci.com

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org http://www.xml.org, an
initiative of OASIS http://www.oasis-open.org

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: http://www.oasis-open.org/mlmanage/index.php


  

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.