Sorting based on existing elements in xslt
- by Teelo
Hi ,
I want to sort in xslt based on existing set of pattern .
Let me explain with the code:
<Types>
<Type>
<Names>
<Name>Ryan</Name>
</Names>
<Address>2344</Address>
</Type>
<Type>
<Names>
</Name>Timber</Name>
…