home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 24 / invalid_greeting.xml < prev    next >
Extensible Markup Language  |  2001-04-14  |  174b  |  7 lines

  1. <?xml version="1.0"?>
  2. <GREETING
  3.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.   xsi:noNamespaceSchemaLocation="greeting.xsd">
  5.   <P>Hello XML!</P>
  6. </GREETING>
  7.