2015-08-28 7 views
0

Примера:может ЭРИ: включает SRC быть использован в качестве переменных ЭРИ в HTML странице

Проблемы с ЭРИ: назначать и ЭРИ: включить в HTML-странице оказанной через Akamai CDN

http://www.trial.com/abc/def/ghjiy (Akamai rendering src) has content "abc" 

In an html page 
<esi:include src="http://www.trial.com/abc/def/ghjiy"></esi:include> will return "abc" 
can I assign this to a variable so we can use it multiple times in the html page using 
<esi:vars>$(val)</esi:vars> 

I have tried something like this 
<esi:text><esi:assign name="val">'</esi:text><esi:include 
src="http://www.trial.com/abc/def/ghjiy"></esi:include><esi:text>'</esi:assign></esi:text>" 

But after html page being rendered the <esi:assign> tags has not been parsed and returned 
the following in page source 
<esi:assign name="val">abc</esi:assign> 
+0

Я не уверен, что люди веб-производительности, зайдите сюда - вы можете перейти к сообществу Akamai в http://community.akamai.com и посетите раздел веб-производительности? Вы должны получить своевременный ответ. –

ответ

1

Вы можете использовать esi:eval вместо esi:include.

Этот http://www.trial.com/abc/def/ghjiy может вернуть фрагмент кода esi, который будет оцениваться по краю. Например: <esi assign name="val">I assign this to a variable so we can use it multiple times in the html page using</esi:assign>

а затем вы можете использовать <esi:vars>$(val)</esi:vars>