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

RE: Including XMLs in XML

  • To: <varun@v...>,<xml-dev@l...>
  • Subject: RE: Including XMLs in XML
  • From: "Cross, Neal - Senior Developer" <ncross@i...>
  • Date: Fri, 24 Sep 2004 12:28:35 +0100
  • Thread-index: AcSiINS9M968NQjITW6I8C1+su4itgACFVEw
  • Thread-topic: Including XMLs in XML

xml include file
You can do it lot's of ways without a parser. What about string replacement?

-----Original Message-----
From: Varun Mehta [mailto:varun@v...]
Sent: 24 September 2004 11:25
To: xml-dev@l...
Subject:  Including XMLs in XML


Hiya People,

Is there anyways where I can include one XML file in another

eg:

XML 1
===========

<father>
	<child1>HERE INCLUDE FILE 1</child1>
	<child2>HERE INCLUDE FILE 2</child2>
	<child3>HERE INCLUDE FILE 3</child3>
	<child4>HERE INCLUDE FILE 4</child4>
</father>


XML 2
===========

<child>
	<data1></data1>
	<data2></data2>
</child>

WITHOUT USING PARSERS OF ANY KIND, CAN I LINK THE TWO FILES SUCH THAT
THE FINAL XML LOOKS THIS WAY.

	
FINAL XML
============

<father>
	<child1>
<!-- THE FILE TWO GET's INCLUDED OVER HERE -->
		<child>
			<data1></data1>
			<data2></data2>
		</child>
	</child1>
</father>


Now what is Xlink used for, only used like href thing in HTML, or can we
use it like <jsp:include="">

I think we can control this by using a DTD, or schema or something like
that, no clear in the head, but just thinking... 

Any hope ??

At the sametime with respect to the previous post of 200MB XML files
with JAVA parsers, which one do we use. recommend. 

-- 

Regards,
Varun Mehta


-----------------------------------------------------------------
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 message has been scanned for Viruses and Content.
BOSS
#####################################################################################

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.