[xsl] 2 values for an attribute?

Subject: [xsl] 2 values for an attribute?
From: Tig <tigger@xxxxxxxxxxxxxxxxx>
Date: Wed, 13 Aug 2003 16:34:54 +1000
Is it possible for a single element to have two values for one
attribute? For example (two total guesses for <e>)

<x>
	<e value="1|2">Some text</e>
	<e value="1" value="2">Some text</e>
</x>

Or is the only solution to double up on data like this (as one example)

<x>
	<e value="1">Some text</e>
	<e value="2">Some text</e>
</x>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread