[eml-dev] [Bug 1756] - A bug in eml stylesheets in displaying Doman Info

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Feb 22 16:24:19 PST 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1756





------- Additional Comments From tyburczy at nceas.ucsb.edu  2006-02-22 16:24 -------
The problem here seems to be where the 'position()' function is being called
when it is assigned to $attributeindex (inside eml-attribute.xsl).  instead of
being called in the context of <foreach select="attribute">, it is called in the
context of an "apply-template" of a measurement domain, which will always make
the position function return '1'.  The $attributeindex should be assigned a
value in the proper context, probably up where $stripes and $innerstripes are
assigned.


More information about the Eml-dev mailing list