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]

RE: if [room numbers]


You don't explain your structure clearly, but you could try:

<xsl:for-each select="room[starts-with(., '6.')]">

Mike Kay

> 
> For example, 6.E.19 would be on the 6th floor, in E section's 
> 19th room. For example, say I wanted a list of 
> all the rooms on the 6th floor, how would I calculate that?
> 


 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]