| Function: boxRow |
| Filename: H:/Documents/WORK/'00/CMLproject/workinprogress/docML3/stylesheets/xhtml/docml/fn_boxrow.xslt |
| Pattern/Name: boxRow |
| Comments: Intended for the <box> element - iterates through the <table> rows and calls boxCell for each one. |
| Highlights:
<!--iterate through rows-->
<xsl:call-template name="boxCell"/>
<xsl:call-template name="boxRow"/> |