- From: Yallala, Bhaskar <B_Yallala@DirectAdvice.com>
- Date: Thu, 18 Jul 2002 09:22:32 -0400
- To: "Xml-Dev (E-mail)" <xml-dev@lists.xml.org>, "Xmlschema-Dev (E-mail)" <xmlschema-dev@w3.org>
Hi Guys, Thanks for the responses you have given. They were useful to me. I have a DTD file in which I have element A which has two attributes with IDREF properties. Now while creating xml file using DTD, how can I refer attribute IDREF defined in another xml file? <!ELEMNT A> <!ATTLIST A B IDREF> <!ATTLIST A C IDREF> =================== first.xml ---------- <A B="x" C="y"/> second.xml ------------- <X ID="y"> ....... ........ </X> Any one had similar problems? or any input is appreciated! Yours sincerely, Bhaskar Yallala DirectAdvice Inc, 64, Pratt St, Hartford, CT-06103. Voice: 860-418-5418. Fax: 860-560-0157 E-mail: b_yallala@directadvice.com Build Richer Relationships www.directadvice.com
Received on Thursday, 18 July 2002 09:23:07 UTC