Entity References

Hi,

Do you know if it is possible to have entity references that resolve more than a single level deep?

eg.

file.xml

<file>
  &section1;
</file>


section1.xml

<section>
  &rule1;
</section>


rule1.xml

<rule>
  some text
</rule>


so that file1.xml has a reference to section1.xml which in turn has a reference to rule1.xml.

This does not appear to work........

Many Thanks

Yatin


--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Received on Tuesday, 12 December 2000 06:16:01 UTC