Hi,

Many people consider enternal entities a pain in the butt and I'm
between them.

XLink addresses this problem by allowing you to auto-embed XML fragments
into the document.

Example:

 a.xml

  <?xml version="1.0"?>
  <a>
   <b xmlns="http://www.w3.org/XML/XLink/0.9"; href="b.xml" show="parsed"
actuate="auto"/>
  </a>

 b.xml

  <?xml version="1.0"?>
  <c>
   <d/>
  </c>

should turn out as

  <?xml version="1.0"?>
  <a>
   <c>
    </d>
   </c>
  </a>
  
allowing easy element "mounting"

Does Xerces support this? if not, any plan to add it in the future?

Thank you.

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<[EMAIL PROTECTED]>                             Friedrich Nietzsche

Reply via email to