Hello World in XML

posted on 2009-09-15 18:08:23+08:00 by david
XML
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="HelloWorld.xsl" ?>
  3. <!-- Hello World in XML -->
  4. <text><string>Hello, World</string></text>

All Code Snippets

Hot Code Snippets

New Code Snippets