Xerces-C/J don't do XLink yet.  However, Xalan now has an implementation
of XPath, which solves one part of this.  

XLink is not expected to become a W3C Proposed Recommendation until
early 2000, which means that the current public working draft (from July
1999) is likely to change.  Apparantly, the W3C is apparantly still
working on it.

I believe that Microsoft also has a proposal for how to do this kind of
inclusion.

Mike

Stefano Mazzocchi wrote:
> 
> 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