J
jacquesh
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.
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.