UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

13 lines 350 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> </head> <body> <h1 id="h1">hello,world</h1> </body> <script> // <h1 xmlns="http://www.w3.org/1999/xhtml" id="h1">hello,world</h1> console.log(xp.serialize(document.getElementById("h1"))); </script> </html>