-式言語

いっそのこと、式言語じゃなくXPathにするか?やりすぎか?

<maya xmlns:c="http://www.seasar.org/jstl/core"
         xmlns:html="http://struts.apache.org/tags/html">
  <c:out mayaPath="${ //div[@class='box'] }"
    value="${ /model/helloModel/@greeting }" replace="false"/>
  <html:form mayaPath="//form" action="${ @action }"/>
  <html:text mayaPath="//form/input[@type='text']" 
        property="{ @name }"/>
</maya>

わけわかんねーな。これはボツ。