I have been looking at the ESI (Edge-Side-Includes) specs, but I cannot quite figure out how esi:inline elements work. Can anyone explain that?

link|improve this question

If you insist on creating a new tag for Edge Side Includes, please give it a name other than "esi", which has other definitions. – Charles Oct 4 '11 at 16:58
Ah, sorry. Which definitions, BTW? – Jan Algermissen Oct 4 '11 at 19:07
The vast majority of "esi"s here on SO refer to a specific x86 register. – Charles Oct 4 '11 at 19:46
feedback

1 Answer

up vote 0 down vote accepted

Finally, I figured it out. You send a response with an <esi:include> and in the reply to that one you include <esi:inline>-marked fragments for later re-use.

That is a pretty slick way to allow retrieval of many small pieces in one large request.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.