Guest User

Untitled

a guest
Jan 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. out.write(" xmlns");
  2. if (!prefix.equals("")) {
  3. out.write(":");
  4. out.write(prefix);
  5. }
  6. out.write("=\"");
  7. out.write(escapeAttributeEntities(uri));
  8. out.write("\"");
  9. namespaces.push(ns);
Add Comment
Please, Sign In to add comment