XML Namespace Checker


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // run this code after you've loaded some XML
  2. if (myXML.namespace("") != undefined) {
  3. default xml namespace = myXML.namespace("");
  4. }

URL: http://www.destroyyourcomputer.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.