Jump to content

cell with variable dimensions


Jenny91

Recommended Posts

<xsl:variable name="A" select="count($TEST)"/><cell dim="A 1">                             %%% here i want to have the value of A	<xsl:for-each select="$TEST">		<struct dim="1 1">		<rec>...........</struct></cell>

Hi, I want define a cell/struct field and the Dimension of the cell should be flexible, according to the Input.here is a what i want to have:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...