Not yet really standardized, not built into the parser.

You can write an XInclude processor -- see the W3C's website for that spec.
Or you can write an XSLT stylesheet which uses XSLT's document() feature to
reference other files when it sees the appropriate information in your
source document. You could probaby even configure the latter as an
implementation of the former.

But as far as I know there's no solid agreement yet on _when_ include
processing happens relative to all the other things that may be done to a
file, so it's still the application's responsibility to Do The Right Thing
At The Right Time.


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

Reply via email to