Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #54.9K
~378 People Reached
Favorite Forums
Favorite Tags
xml x 3
Member Avatar for deean

Hello, I have a problem. I would like to search certain word from xml. For example: I would like to search "black". And in XML file there is value "black board". But it does not appear. Does anyone know how to solve it? I mean when I type "black", the …

Member Avatar for m.asfak
0
131
Member Avatar for MJUGRAN

Hi, How I could fetch first three character from a string variable. Say for I fetched a variable message="ABCtest" .... now I want to test that the first three character matches ABD or not .. How I could code to achieve in xslt? Cheers Manish

Member Avatar for m.asfak
-2
158
Member Avatar for Psybear

Hi all I need to detect all image tags in a HTML document that are siblings: [code=html]<p> <img ../> <img ../> <img ../> </p> <p> <img ../> </p>[/code] In the example above I need to detect the first three img tags, but not the fourth. In contrary, I also need …

Member Avatar for m.asfak
0
89