This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question:from Michael Kay's Book


> selects all the elements in the document that have a width  attribute "
> means..
It means what you think it means, it's the same as
//*[@width]

which is a clearer way of writing it, Michael was just making a point
about //@ being legal I think.

> should return me all the rooms text like
> my room 1
> my room 2
> my room 3
> my room 4..

no only the first because value-of gives the string value of the first 
node in document order of the supplied node set.

If you used copy-of you would get all the elements output.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]