Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~64 People Reached
Favorite Forums
Favorite Tags
xml x 1
Member Avatar for sachi9

The XML structure looks like this: <table> <method>insert</method> <rows> <foo></foo> <bar></bar> </rows> </table> I need to get the following XML using XSLT based on the value 'insert' of XML element 'method': <table> <method>insert</method> <rows> <row> <foo></foo> <bar></bar> </row> </rows> </table>

0
64