次の図はESIインクルード・モデルを示しています。この図は、次の要素で構成されるテンプレートです。
1) A first block of static text

2) An esi:include tag that targets a fragment called Fragment1

3) A second block of static text

4) An esi:include tag that targets a fragment called Fragment2

5) A third block of static text

    
次にアセンブル後のページを示します。その構成は次のとおりです。
1) The first block of static text

2) Fragment1

3) The second block of static text

4) Fragment2

5) The third block of static text
    

 

Copyright © 1997, 2004, Oracle.All rights reserved.