Unable to parse document

2 replies [Last post]
Joined: 12/23/2010

I was having a go at making a mod that makes all signs show messages like the signs in the Information Super Highway, after seeing the thread "How to make digital signs?" So, after reading heaps about goomod files in the "Addin File Format" section I finally made one that looked like it should work. But, when I tried to install it using GooTool, I get the "Unable to parse document" error. I'm suspecting it's talking about the addin.xml file in the goomod's root directory, so here is the xml code for you:

<addin spec-version="1.1">
 
<id>com.goofans.puggsoy.ishsigns</id>
 
<name>ISH Signs</name>
 
<type>mod</type>
 
<!-- Will put a thumbnail here in later version -->
 
<version>1.0</version>
 
<description><![CDATA[
<html>
This addin makes all signs in World Of Goo, custom <i>and</i> original levels, display in the way of the digital signs in Chapter 4: Information Superhighway. <b>Note:</b> This will have an effect on ALL levels in ALL chapters, so remember to install and uninstall this mod to your needs.
</html>
]]</description>
 
<author>puggsoy</author>
 
<!-- No dependencies -->
</addin>

I'm using version 1.0.3.441 (latest I think) of GooTool and I haven't gotten it with any other addins so far, so I'm sure it's something with mine.

(By the way, I put this here and not in the GooTool forum because I think it's something with my goomod, not with GooTool.)

Joined: 06/19/2009

It's not about GooTool, the XML is invalid.
You're missing a closing > in the description tag

]] > </description>

Joined: 12/23/2010

Many thanks, Daft as Brush, it would have taken me forever to find that.

My mod works swimmingly now, I'll go upload it and maybe you'd like to take a look when you have time.