[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] RE: XSL-List Digest V4 #1553


Subject: [xsl] RE: XSL-List Digest V4 #1553
From: "Lachman Dhalliwal" <Lachman.Dhalliwal@xxxxxxxxxxx>
Date: Wed, 13 Aug 2003 10:54:40 +0100

You can really only have one value for the attribute I think. You may
have to assess why you want to store two values against one attribute.
It would be better if you had:

<e attribute1="1" attribute2="2">Some text</e>

Both the values are distinct properties of the element and so should be
displayed in their own attributes. On the other hand if you're trying to
portray a parent child relation then it would be better if you had:

<e value=" SomeText">
	<value>1</value>
	<value>2</value>
</e>


regards
Latch Dhalliwal

**********************************************************************
Internet communications are not secure and therefore EPSRC does not accept legal responsibility for the contents of this message.  Any views or opinions presented are solely those of the author and do not necessarily represent those of the EPSRC unless specifically stated.
All EPSRC staff can be contacted using Email addresses with the following format: firstname.lastname@xxxxxxxxxxx
**********************************************************************

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



Current Thread