xsl-list
[Top] [All Lists]

Re: Selecting a particular attribute

2003-07-11 23:08:42
i think you cannot do that with XSLT. for XML files,
position of attributes is insignificant. for e.g.
<row vcEmpId="2003" vcEmpName="Test" vcSal="9515"/>
will be same as <row vcEmpName="Test" vcEmpId="2003"
vcSal="9515"/> as far as XML is concerned. 
if attribute names are known, whats the *difficulty*
in using attribute names?

Regards,
Mukul

--- rajith r <ajth_r(_at_)hotmail(_dot_)com> wrote:
Hi all

How do I select a particular attribute based on
position.

For example

<row vcEmpId="2003" vcEmpName="Test" vcSal="9515"/>

I want to select the second attribute and i dont
want to use @vcEmpName, but 
i want to do some thing like this @[position()=2].

Thanks & Regards
Rajith


_________________________________________________________________
NRIs ahoy! Want to send money home? 

http://server1.msn.co.in/msnleads/citibankrca/citibankrca2.asp
Do it in a 
jiffy!


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



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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



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