UNPKG

libxmljs

Version:

libxml bindings for v8 javascript engine

8 lines (7 loc) 314 B
<addressBook> <card name="John Smith" email="js@example.com"/> <card email="js@example.com" name="John Smith"/> <card email="js@example.com"><name>John Smith</name></card> <card name="John Smith"><email>js@example.com</email></card> <card><name>John Smith</name><email>js@example.com</email></card> </addressBook>