$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcin Kalicinski (kalita_at_[hidden])
Date: 2006-04-20 09:16:24
>> XML itself may not have a notion of inclusions,
>
> It has more than a notion of includes, there's a whole spec:
>
> http://www.w3.org/TR/xinclude/
>
> We use this all the time in BoostBook xml docs -- example from the
> date_time
> docs...
>
> <xi:include href="conceptual.xml"/>
> <xi:include href="usage_examples.xml"/>
> <xi:include href="gregorian.xml"/>
It seems XML is even more complicated I thought it is, then ;-)
If this is standard, it may be quite easy to implement includes in XML
parser.
Best regards,
Marcin