D
Diandian Zhang
Hi, everyone,
I have a problem in getting a substring.
In the following XML code, I just want to get the 7 of the "7dt0".
With "<xsl:variable name="var1" select="A_range/text()"/>", I can get
"
7dt0 ".
How can I continue with the var1 to get 7 from it?
Thanks a lot!
<A_range>
<Size>8</Size>
<Decimal>255</Decimal>
<Hex>0xff</Hex>
7dt0 </A_range>
I have a problem in getting a substring.
In the following XML code, I just want to get the 7 of the "7dt0".
With "<xsl:variable name="var1" select="A_range/text()"/>", I can get
"
7dt0 ".
How can I continue with the var1 to get 7 from it?
Thanks a lot!
<A_range>
<Size>8</Size>
<Decimal>255</Decimal>
<Hex>0xff</Hex>
7dt0 </A_range>