home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / test.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-24  |  1.1 KB  |  46 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE page [
  3.     <!ENTITY foo SYSTEM "foo.xml">
  4.     <!ENTITY bar SYSTEM "bar.xml">
  5. ]>
  6. <document title="Current News">
  7. <meta project="none" foo="bar">
  8.     <keywords/><description/>
  9. <author>Stephan Schmidt</author>
  10. <getMetaNav/>
  11. </meta>
  12. <page label="PHP Application Tools" sublabel="Current News">
  13. <?PHP
  14.     for($i = 0; $i < count($_GET); $i++) {
  15.         echo    $_GET[$i]."<br>";
  16.     }
  17. ?>
  18. &foo;&bar;
  19. <intro>
  20.    <!-- This Comment
  21. has more
  22.     than one line.
  23.                     -->
  24.         <introtitle>Welcome to PHP
  25. Application Tools & PEAR!</introtitle>
  26. <para>
  27.         If you're new to pat, and would like
  28.         <!-- This is a comment in a single line that contains an & -->
  29.          to know
  30.          
  31.          what we do
  32.          
  33.          here, take a look at
  34.          
  35.          <link url=
  36.          "/about/project.xml">
  37.          "About Pat"</link> 
  38. or
  39. check out the
  40. <link url="/about/projectsOverview.xml">"projects overview"</link>. Otherwise, you probably know your way 
  41. around
  42. the site already <smiley type="smile"/>
  43. </para>
  44.                                             </intro>
  45. </page>
  46. </document>