From 91025790679f7193909de067048701b7899e834d Mon Sep 17 00:00:00 2001 From: marwan <> Date: Mon, 25 Feb 2008 11:46:56 +0000 Subject: [PATCH] fix XML bug --- info.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/info.xml b/info.xml index 8850a0e..5eeb6b6 100644 --- a/info.xml +++ b/info.xml @@ -1,8 +1,11 @@ -<productinfo> +<productinfo + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="optional"> +<?xml-stylesheet type="text/xsl" href="optional"?> -<matlabrelease>13</matlabrelease> +<matlabrelease>14</matlabrelease> <name>Cross Recurrence Plot Toolbox</name> -<area>toolbox</area> +<type>toolbox</type> <icon>$toolbox/matlab/icons/matlabicon.gif</icon> <list> @@ -27,7 +30,7 @@ <listitem> <label>Reference Manual</label> -<callback>web http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_doc.html;</callback> +<callback>web http://www.agnld.uni-potsdam.de/~marwan/toolbox/content_doc.html;</callback> <icon>$toolbox/matlab/icons/bookicon.gif</icon> </listitem> -- GitLab