Advertisement
Guest User

Untitled

a guest
Jul 13th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. this.$.xhr.request({url:"<theURL>", method:'POST', body: "<xmldata>", callback : this.processXML});
  2. [ .. ]
  3. processXML : function(response) {
  4. this.data = response; //its basically window.data = response
  5. console.log(this);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement