# File test/core_test.rb, line 12 def setup @xsa_source = "\t\t\t<?xml version=\"1.0\"?>\n\t\t\t<?xsl stylesheet=\"blah.xsl\"?>\n\t\t\t<!-- The first line tests the XMLDecl, the second tests PI.\n\t\t\tThe next line tests DocType. This line tests comments. -->\n\t\t\t<!DOCTYPE xsa PUBLIC \n\t\t\t\t\"-//LM Garshol//DTD XML Software Autoupdate 1.0//EN//XML\"\n\t\t\t\t\"http://www.garshol.priv.no/download/xsa/xsa.dtd\">\n\n\t\t\t<xsa>\n\t\t\t\t<vendor id=\"blah\">\n\t\t\t\t\t<name>Lars Marius Garshol</name>\n\t\t\t\t\t<email>larsga@garshol.priv.no</email>\n\t\t\t\t\t<url>http://www.stud.ifi.uio.no/~lmariusg/</url>\n\t\t\t\t</vendor>\n\t\t\t</xsa>\n" end