> AFAIK Jon Stevens is the FAQ guru at jakarta. You should be able to
> find his address from the "Who We Are" page.

Thanks, I'll look... it looks like others have added things, tho, so maybe
I'll just try again first.

> I think the parser should be able to do this for us:
>
> <!DOCTYPE project PUBLIC "-//ANT//DTD project//EN" "ant.dtd" [
>    <!ENTITY header SYSTEM "header.xml">
> ]>
>
> <project>
>   &header;
>

Heh, yeah, I forgot about one of the core functions of XML, sorry <bangs
head on keyboard> :)

> The DTD can be created by <antstructure> - which is included in Ant
> 1.1 just not documented. Using relative path's for the files might
> cause problems depending on the XML parser - this should work a lot
> better in current CVS Ant.

Ok, cool.

> I guess you are talking about the examples from the Ant 1.2
> documentation but using Ant 1.1. This is a new feature so don't expect
> it to work.
>
> Stefan

I'll grab and build from CVS and see what I get :)

Thanks for your time,
Matt

Reply via email to