basic-xml-03-namespace4.xml / xml
<?xml version="1.0"?> <person xmlns="http://sernaferna.com/pers"> <name id="1"> <title>Sir</title> <first>John</first> <middle>Fitzgerald Johansen</middle> <last>Doe</last> </name> <position>Vice President of Marketing</position> <résumé> <html:html xmlns:html="http://www.w3.org/1999/xhtml"> <html:head><html:title>Resume of John Doe</html:title></html:head> <html:body> <html:h1>John Doe</html:h1> <html:p html:style="FONT-FAMILY: Arial"> John's a great guy, you know? </html:p> </html:body> </html:html> </résumé> </person>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.