finding largest sting length in xml nodes using XSLT
Posted: Mon Mar 28, 2005 9:41 pm
hi friends,
I have the following xml file.
<?xml version='1.0' encoding='UTF-8'?>
<lifesequencechart>
<table rows="15">
<lifeline id="1">obj1</lifeline>
<lifeline id="2">obj2222222</lifeline>
<lifeline id="3">obj3332</lifeline>
<lifeline id="4">obj4444</lifeline>
</table>
</lifesequencechart>
My question is how to find out the largest string length of <lifeline> using XSLT.
Can anyone help me how to find out this string length??
thanks,
Bharath
I have the following xml file.
<?xml version='1.0' encoding='UTF-8'?>
<lifesequencechart>
<table rows="15">
<lifeline id="1">obj1</lifeline>
<lifeline id="2">obj2222222</lifeline>
<lifeline id="3">obj3332</lifeline>
<lifeline id="4">obj4444</lifeline>
</table>
</lifesequencechart>
My question is how to find out the largest string length of <lifeline> using XSLT.
Can anyone help me how to find out this string length??
thanks,
Bharath