blob: b6547d577e7484aeca8144351fe1985f79ed665a [file] [log] [blame]
<?xml version="1.0"?>
<j:jelly xmlns:j="jelly:core">
<!-- try an absolute path -->
<j:include uri="/src/test/org/apache/commons/jelly/hello_world.jelly"/>
<!-- now lets try pass in a variable to a child script -->
<j:set var="foo">bar</j:set>
<j:include uri="testFindVariable.jelly"/>
</j:jelly>