Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xml-dev] merging xml files

From: "Michael Kay" <michael.h.kay@--------.--->
To: "'Pankaj Rathi'" <Pankaj.Rathi@------.--->,<xml-dev@-----.---.--->
Date: 9/1/2004 4:31:00 PM
You will find that a good place to ask XSLT coding questions is the xsl-list
at 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: [xml-dev] 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: [xml-dev] 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>
> 
>


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent