generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user