home *** CD-ROM | disk | FTP | other *** search
- <j:jelly xmlns:j="jelly:core">
-
- <atlasFacts
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="atlasFacts.xsd">
-
- <j:forEach items="${rownotes}" var="rownote">
- <rownote>${rownote.value}</rownote>
- </j:forEach>
-
- <j:forEach items="${attributeList}" var="att">
- <fact factId="${att.typeId}">
- <displayName>${att.attributeDesc}</displayName>
- <displayValue yearLow="${att.yearLow}" yearHigh="${att.yearHigh}" >${att.value}</displayValue>
- <j:forEach items="${att.footnotes}" var="footnote">
- <footnote footnoteId="${footnote.id}">${footnote.value}</footnote>
- </j:forEach>
- </fact>
- </j:forEach>
-
- </atlasFacts>
-
- </j:jelly>
-