Chris Chiasson wrote:

xclude is a task for performing xincludes that is  mentioned in the
ant mailing list archives a few times - it has a project on source
forge


Ah, i think i wrote that [1] task :-)

The namespace to use has nothing to do with the Ant Task, it is up to the underline XML parser so, depending on what you are using, you should check with your Xerces or XOM *version specific* documentation. Lots of people have stumbled upon this because the WG changed the namespace, see for example [2].
[1] http://sourceforge.net/projects/xcluder
[2] http://marc2.theaimsgroup.com/?l=xerces-j-dev&m=109036211015211&w=2
[3] http://xerces.apache.org/xerces2-j/faq-xinclude.html

hth,

Manos


I will try just setting the appropriate sysproperties and learning how
to use the xmlcatalog task (if it isn't outdated already - seems like
ant has a few parts like that, such as xmlproperty vs import)

On 9/17/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:

Hello Chris,

what is the <xclude/> task ? Which library does it come from ?

from my past experience, xinclude probably requires that the ant task
reading in a XML document sets properly the SystemId when creating
the Source object.

(we had such issues with xsl:include).

Antoine
On Sep 18, 2006, at 6:29 AM, Chris Chiasson wrote:

> AFAIK, the proper namespace for xinclude is http://www.w3.org/2001/
> XInclude
>
> The xclude task is telling me that it should be 2003 in the url. It's
> also telling me that it won't process these year 2001 xincludes.
>
> My only guess is that this application hasn't been updated since the
> official namespace was updated back to 2001.
>
> What's a guy gotta do to get xinclude working with an ant build?
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to