xsl-list
[Top] [All Lists]

RE: XSL-List Digest V4 #1553

2003-08-13 02:54:40
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(_dot_)lastname(_at_)epsrc(_dot_)ac(_dot_)uk
**********************************************************************

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



<Prev in Thread] Current Thread [Next in Thread>
  • RE: XSL-List Digest V4 #1553, Lachman Dhalliwal <=