473,396 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Different way to using idref with more than one XML file ??

HI all

I'm looking for different ways to using idref with more than one XML
file ??

My case ::

2 xml files {labo.xml, contact.xml}

I found a method which use an include via '<!ENTITY...' like

-------
<!DOCTYPE contact_labos SYSTEM "./contact.dtd" [
<!ENTITY LAB SYSTEM "labo.xml">
]>
&LAB;
....
-------

and now I can use idref in contact.xml with value writed in labo.xml
(IF LABO.XML DO NO CONTAIN DOCTYPE STATEMENT).

do you know another method to use IDREF with multiple xml file ?

thanks for your help.

Jacques H.

Nov 8 '06 #1
2 2006
jacquesh wrote:
do you know another method to use IDREF with multiple xml file ?
XML IDs and IDREFs are only defined within a single document. You may be
looking for the XLink and/or XPointer conventions...
--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Nov 8 '06 #2
XPointer solve my problem.

thanks !!

;)

On 8 nov, 18:42, Joseph Kesselman <keshlam-nos...@comcast.netwrote:
jacquesh wrote:
do you know another method to use IDREF with multiple xml file ?XML IDs and IDREFs are only defined within a single document. You may be
looking for the XLink and/or XPointer conventions...

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Nov 8 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Atila Olah | last post by:
If it is not the right place to ask this, please tell me. Otherwise, if someone could help me doing the following: How to get all the details of the files that the OS gets when viewing them in a...
2
by: Robert | last post by:
I am attempting to run setup on a v7.2 EE CD using a response file as input. This should result in my existing server configuration being replicated on a new server. My problem is that I have 18...
3
by: Analyst | last post by:
Is it possible to install DB2 CAE v5.2 using a response file ? From one of IBMs tech article, I found that the IBM DB2 Universal DB can be installed using a response file. My objective it to...
2
by: vikas | last post by:
I have following structure in c++. typedef struct MMF_result_struct { int action; char text; int cols,rows; int month,day,year; } MMF_result; Now this structure is shared between C++ and C#...
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
4
by: darrel | last post by:
I've been dealing with a file locking issue for a while. Our CMS spits out a new XML file each time an item in the DB is updated. This XML file is basically our site menu, and is what we use on...
7
by: iaesun | last post by:
hello, this post assumes executing a program with file redirection as follows: program.exe < intput.txt where input.txt is a text file where there is not necessarily any whitespace after...
8
by: Rob Stevens | last post by:
Is there anything in c# like using an external file or an include file to store some of your functions? It's getting really hard to find your way around when you have so many functions in your...
5
by: ajay | last post by:
Hi All, I want to build two separate EXEs using one .dsw file. That dsw file will load two different DSPs for two different projects. One project would use gcc cross compiler but other project...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.