<?xml-stylesheet?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Updating the .data attribute</title>
  <script>
   document.firstChild.data = 'href="../support/yellow.css"';
  </script>
 </head>
 <body>
  <p>If the background is yellow, then the PI was applied.</p>
 </body>
</html>
