I make use of XML external entities:

<!DOCTYPE document [
        <!ENTITY % common-links SYSTEM "../common/links.xml">
        %common-links;
        ]>
<document>

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -----Original Message-----
> From: Chad Woolley [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 16, 2003 4:36 PM
> To: [EMAIL PROTECTED]
> Subject: Is it impossible to include a common file with xdoc?
> 
> 
> Hi,
> 
> I didn't get any answer on this before, so I'll ask it a 
> different way. 
> Hopefully the word "impossible" in the subject will stir up 
> some response :)
> 
> - I want to use maven's XDOC support to automatically build my site.
> 
> - I want to include some common html in various locations on 
> multiple pages 
> (like my email, or a site logo, or whatever).
> 
> - I want this common html to live in one file and not be 
> duplicated on each page.
> 
> Is this not possible with maven?
> 
> Thanks,
> Chad
> 
> 
> 
> ---------------------------------------------------------------------
> 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