Re: xclude

2006-09-18 Thread Antoine Levy-Lambert
/style.html http://xml.apache.org/xalan/features/optimize"; value="true"/> Regards, Antoine Original-Nachricht Datum: Mon, 18 Sep 2006 03:08:28 -0500 Von: "Chris Chiasson" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re:

Re: xclude

2006-09-18 Thread Chris Chiasson
I think I see what you mean now, I must specify some parameters to make it do the xinclude. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xclude

2006-09-18 Thread Chris Chiasson
strange, i was using a very recent binary ant build on windows, which I think comes with a brand new version of xerces... o well :-[ On 9/18/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Chris Chiasson wrote: > xclude is a task for performing xincludes that is mentioned in

Re: xclude

2006-09-18 Thread Emmanouil Batsis
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

Re: xclude

2006-09-18 Thread Chris Chiasson
I forgot that I already tried this. The style task doesn't support sysproperties. Am I supposed to set these on the command line to ant or something? On 9/18/06, Chris Chiasson <[EMAIL PROTECTED]> wrote: xclude is a task for performing xincludes that is mentioned in the ant m

Re: xclude

2006-09-17 Thread Chris Chiasson
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 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

Re: xclude

2006-09-17 Thread Antoine Levy-Lambert
, 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 h

xclude

2006-09-17 Thread Chris Chiasson
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 sin