Advertisement
Guest User

Untitled

a guest
Oct 19th, 2016
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <DialogContainer>
  3.     <Dialogs>
  4.         <Dialog id="1">
  5.             <Speaker>Mary</Speaker>
  6.             <Text>Hello, I'm Mary!</Text>
  7.             <Responses>
  8.                 <Response RedirectID="2">Hello, Mary, I'm John</Response>
  9.                 <Response RedirectID="3">I have to go</Response>
  10.             </Responses>   
  11.         </Dialog>
  12.         <Dialog id="2">
  13.             <Speaker>Mary</Speaker>
  14.             <Text>Nice to meet you, John!</Text>
  15.             <Responses>
  16.                 <Response>My pleasure!</Response>
  17.             </Responses>
  18.         </Dialog>
  19.         <Dialog id="3">
  20.             <Speaker>Mary</Speaker>
  21.             <Text>Oh, sorry to bother you</Text>
  22.             <Responses>
  23.                 <Response>That's ok</Response>
  24.             </Responses>
  25.         </Dialog>
  26.     </Dialogs>
  27. </DialogContainer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement