Daniel Barclay <[EMAIL PROTECTED]> wrote: > You might also want to consider XML Inclusions > (http://www.w3.org/TR/xinclude/).
Yep. There is one problem (and this is true for the external entity stuff as well) - they are handled by the parser and therefore are mostly static. People want to use properties to dynamically specify the URL of the snippet to include - if you stick with inclusion at parser time, you can only use properties with values known at parser time. Stefan
