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: Displaying XML in a new IE window


Hi there,
   Is there a way to sort conditionlly tag by specfic values.
 
  Example:

   <UserAttribute>
  <AttribName>UserAttribute-ENNamespace2-1-1</AttribName> 
  <AttribValue>UserAttribValue-ENNamespace2-1-1-4-10</AttribValue> 
  </UserAttribute>
  <UserAttribute>
  <AttribName>KTIRLayerName</AttribName> 
  <AttribValue>iRecipe Testing</AttribValue> 
  </UserAttribute>
 <UserAttribute>
  <AttribName>TestAttr</AttribName> 
  <AttribValue>It is a new value</AttribValue> 
  </UserAttribute>
 <UserAttribute>
  <AttribName>KTIRToolName</AttribName> 
  <AttribValue>KT-Specific tool</AttribValue> 
  </UserAttribute>

   I want to sort AttribValue tag only if AttribName tag is KTIRToolName.
   

Looking for replies...

Thanks..
Sachi


 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]