<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <ex:head xmlns:ex="http://www.example.org/"> <title>Beispiel</title> </ex:head> <body> <table width="50%"> <tr> <td>Zelle 1</td> <td>Zelle 2</td> </tr> </table> <ul id="ziel"> <li>Punkt 1</li> <li>Punkt 2</li> </ul> <mylink ... xlink:href="#..."> Testtext </mylink> <table width="100%"> <tr> <td>Zelle 3</td> </tr> </table> </body> </html>