[
Lists Home |
Date Index |
Thread Index
]
- From: ebohlman@earthlink.net
- To: Deepak Agarwal <dagarwal@veridiem.com>, 'XML Discussion' <xml-dev@xml.org>
- Date: Thu, 28 Sep 2000 22:02:16 -0600
9/28/00 3:22:56 PM, Deepak Agarwal <dagarwal@veridiem.com> wrote:
>Note here, there is a text "CALL bpDescription". This should replace the
>text or whatever is there in "bpDescription" at another location. The other
>location could be as below.
The current way of performing inclusions is to use general entities: you'd
have a DTD that included an <!ENTITY bpDescription SYSTEM "url-to-content">
declaration, and whenever you wanted to include the content, you'd write
"&bpDescription;".
|