This is almost not more complicated. Instead of your Element, you should simply use the entity:
<!ENTITY % param1 SYSTEM "filepath/file.dtd"> %param1; Paul On Dimanche, avril 21, 2002, at 07:25 , Mohd Saifullah wrote: > > > Hi, > Greetings! > > I want to include one DTD in another DTD, is it possible? I am trying to > do this using ENTITY. I wrote as follows: > > <!ENTITY % param1 SYSTEM "filepath/file.dtd"> > <!ELEMENT Adding (%param1;)> > > But when i tried to load this DTD in IBM xmlgenerator tool, it says > invalid DTD. What i missed out? Any idea, please? > > Thanks and Regards, > Saif > > > > --------------------------------------------------------------------- > In case of troubles, e-mail: [EMAIL PROTECTED] > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
