Advertisement
CaptainLepidus

XML Parser 1.0

Feb 29th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     xml('<text>This is some text<text2>This is some more text</text2></text>');
  3.     show_message( ds_map_find_value( ds , 'text' ) );
  4.     show_message( ds_map_find_value( ds , 'text\text2' ) );
  5. }
  6.  
  7. Results in:
  8. Message "This is some text"
  9. Message "This is some more text"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement