home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 88 / PIWD88.iso / pc / CONTENTS / BONUS / FULL / OXYGEN / KITS / ALLPLATFORMS / OXYGEN.ZIP / samples / xhtml / xhtml.xml < prev    next >
Extensible Markup Language  |  2002-08-30  |  1KB  |  38 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html SYSTEM "xhtml1-transitional.dtd">
  3. <html xmlns="sdfsd">
  4.     <head xmlns="" xml:lang="sdas">
  5.         <script type="JavaScript"/>
  6.         <title dir="ltr" lang="eng"/>
  7.         <style type="das"/>
  8.     </head>
  9.     <body xmlns="">
  10.         <h1>Welcome to XHTML</h1>
  11.         <p>This is a sample showing that <oXygen/> can be used to
  12.             edit XHTML documents.</p>
  13.         <p>In order to preview this text in the integrated browser, you
  14.             have to choose the "copy.xsl" stylesheet. For this,
  15.             click on the button in the right of the XSL url field, then
  16.             select the file.</p>
  17.         <p>To apply the stylesheet you have to press the "T"
  18.             button or to press CTRL+SHIFT+T, then click on the
  19.             "XSL - html"   tab from the results panel.</p>
  20.         <p>Here are some useful links, regarding XML:</p>
  21.         <ul>
  22.             <li>
  23.                 <a href="http://www.xml.com/">www.xml.com</a>
  24.             </li>
  25.             <li>
  26.                 <a href="http://www.xml.org/">www.xml.org</a>
  27.             </li>
  28.             <li>
  29.                 <a href="http://www.w3c.org/">www.w3c.org</a>
  30.             </li>
  31.         </ul>
  32.         <p>And here is the <oXygen/> home site:<font color="red">
  33.                 <a href="http://oxygen.sync.ro/">http://oxygen.sync.ro/</a>
  34.             </font>
  35.         </p>
  36.     </body>
  37. </html>
  38.