xsl-list
[Top] [All Lists]

2 values for an attribute?

2003-08-12 23:34:54
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



<Prev in Thread] Current Thread [Next in Thread>