[Xerte] Re: Import an Exported Xerte File into XOT

Tom Reijnders reijnders at tor.nl
Fri Aug 2 16:25:06 BST 2013


It turned out to be a permission issue of the import folder.

Op 2-8-2013 16:43, Tom Reijnders schreef:
> We're still working on it. In this case preview.xml is empty.
>
> One of the older flash wizards didn't escape the '&' character 
> properly, but that still worked fine in the flash engine. Javascript 
> and php gave an error when encountering a '&'. So this code tries to 
> do some heristics to properly escape '&' haracters, before passing the 
> xml on to xenith....
>
> Op 2-8-2013 16:30, Smith, John schreef:
>> I don't actually understand what's actually supposed to be wrong with 
>> the XML anyway and why it's causing these fix routines to be run...
>>
>> It has always played find on my setup...
>>
>> Regards,
>>
>> John Smith
>> Learning Technologist
>> School of Health & Life Sciences
>> Glasgow Caledonian University
>>
>>
>> -----Original Message-----
>> From: xerte-bounces at lists.nottingham.ac.uk 
>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Adam Read
>> Sent: Friday, August 02, 2013 2:32 PM
>> To: 'Xerte discussion list'
>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>
>> Hi Tom
>>
>> Replaced, here's the new debug (file still doesn't play):
>>
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT * FROM sitedetails
>> 2013-08-02 14:31:48 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code/scripts/template_management.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code/scripts/template_management.js
>> 2013-08-02 14:31:48 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code/scripts/properties_tab.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code/scripts/properties_tab.js
>> 2013-08-02 14:31:48 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code/scripts/workspaceproperties_tab.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code/scripts/workspaceproperties_tab.js
>> 2013-08-02 14:31:48 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code/scripts/ajax_management.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code/scripts/ajax_management.js
>> 2013-08-02 14:31:48 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code/scripts/import.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code/scripts/import.js
>> 2013-08-02 14:31:48 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT * FROM sitedetails
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT * FROM sitedetails
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php359Starting 
>> import of testadam.zip
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php457Using 
>> template.xml as data.xml
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php467Using 
>> preview.xml
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php646Create 
>> a new template
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT max(template_id) as count FROM templatedetails
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php82Add 
>> try2 to the workspace
>> 2013-08-02 14:32:02 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\import\import.php105Copy 
>> the files
>> 2013-08-02 14:32:04 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT * FROM sitedetails
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : SELECT * FROM sitedetails
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : select otd.template_name, ld.username, otd.template_framework, 
>> tr.user_id, tr.folder, tr.template_id, td.access_to_whom, 
>> td.extra_flags from originaltemplatesdetails otd, templaterights tr, 
>> templatedetails td, logindetails ld where td.template_type_id = 
>> otd.template_type_id and td.creator_id = ld.login_id and 
>> tr.template_id = td.template_id and tr.template_id=11 and role='creator'
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Running 
>> : select * from templaterights where user_id='3' AND template_id = '11'
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\xmlInspector.php95Trying 
>> to simplexml_load_file : USER-FILES/11-aread-Nottingham/preview.xml
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\xmlInspector.php80Error 
>> detected in XML :
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\xmlInspector.php115Invalid 
>> XML found; trying to repair
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\xmlInspector.php80Error 
>> detected in XML :
>> 2013-08-02 14:32:07 
>> C:\Inetpub\wwwroot\xerte2\website_code\php\xmlInspector.php119Could 
>> not fix up the xml file with 
>> USER-FILES/11-aread-Nottingham/preview.xml; consult error logs etc.
>>
>>
>>
>> Adam Read BA (Hons) PG Cert ODE (Open)
>> Senior e-Learning Technologist
>> University of St Mark & St John
>> Tel: 01752 636700 Ext: 5673 | Room: 108
>> about.me/adamread
>>
>>
>>
>> -----Original Message-----
>> From: xerte-bounces at lists.nottingham.ac.uk 
>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders
>> Sent: 02 August 2013 14:23
>> To: Xerte discussion list
>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>
>> Hmm... Added some information to the import process.
>>
>> Could you replace website_code/php/import/import.php with this one?
>>
>> Tom
>>
>> Op 2-8-2013 14:59, Adam Read schreef:
>>> Here's the contents of debug just attempting to import:
>>>
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Runn
>>> ing : SELECT * FROM sitedetails
>>> 2013-08-02 13:57:56 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code
>>> /scripts/template_management.js
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code
>>> /scripts/template_management.js
>>> 2013-08-02 13:57:56 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code
>>> /scripts/properties_tab.js
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code
>>> /scripts/properties_tab.js
>>> 2013-08-02 13:57:56 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code
>>> /scripts/workspaceproperties_tab.js
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code
>>> /scripts/workspaceproperties_tab.js
>>> 2013-08-02 13:57:56 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code
>>> /scripts/ajax_management.js
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code
>>> /scripts/ajax_management.js
>>> 2013-08-02 13:57:56 C:\Inetpub\wwwroot\xerte2\functions.php159en-GB
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php160languages/en-GB/website_code
>>> /scripts/import.js
>>> 2013-08-02 13:57:56
>>> C:\Inetpub\wwwroot\xerte2\functions.php161languages/en-GB/website_code
>>> /scripts/import.js
>>> 2013-08-02 13:57:58
>>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Runn
>>> ing : SELECT * FROM sitedetails
>>> 2013-08-02 13:58:21
>>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Runn
>>> ing : SELECT * FROM sitedetails
>>> 2013-08-02 13:58:21
>>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Runn
>>> ing : SELECT max(template_id) as count FROM templatedetails
>>> 2013-08-02 13:58:23
>>> C:\Inetpub\wwwroot\xerte2\website_code\php\database_library.php139Runn
>>> ing : SELECT * FROM sitedetails
>>>
>>>
>>>
>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning Technologist
>>> University of St Mark & St John
>>> Tel: 01752 636700 Ext: 5673 | Room: 108 about.me/adamread
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: xerte-bounces at lists.nottingham.ac.uk
>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>> Reijnders
>>> Sent: 02 August 2013 13:28
>>> To: Xerte discussion list
>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>
>>> It's working for me, so it's bound to be a security/permissions issue.
>>>
>>> Is there anything in debug.log?
>>>
>>>
>>> Op 2-8-2013 13:57, Adam Read schreef:
>>>> OK, removed the setup.
>>>>
>>>> The next issue is importing which still doesn't seem to work. No 
>>>> errors that I can see, but the folder in USER-FILES only has an 
>>>> empty preview.xml and nothing in the media folder.
>>>>
>>>> I thought it might be an issue importing older XOT generated 
>>>> objects, but having just tried a fresh LO export then import I can 
>>>> confirm it does the same thing - blank.
>>>>
>>>> It never rains but it pours!
>>>>
>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning Technologist
>>>> University of St Mark & St John
>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 about.me/adamread
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>> Reijnders
>>>> Sent: 02 August 2013 11:57
>>>> To: Xerte discussion list
>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>
>>>> Great, I'll commit the changes.
>>>>
>>>> Now back to the original issue  :-).
>>>>
>>>> Ah, and please remove the setup folder or move it out of the website.
>>>>
>>>> Tom
>>>>
>>>> Op 2-8-2013 12:53, Adam Read schreef:
>>>>> That got it. Thanks Tom. Here's the proof:
>>>>>
>>>>> http://elearning.net.marjon.ac.uk/xerte2/play.php?template_id=1
>>>>>
>>>>>
>>>>>
>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>> Technologist University of St Mark & St John
>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 about.me/adamread
>>>>>
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>>> Reijnders
>>>>> Sent: 02 August 2013 11:50
>>>>> To: Xerte discussion list
>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>
>>>>> Try this one... (and remember to revert the two play.php files as
>>>>> well)
>>>>>
>>>>> Op 2-8-2013 12:30, Adam Read schreef:
>>>>>> How do I do that?! I'd prefer not to have to update PHP unless 
>>>>>> essential as it's a production server.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom
>>>>>> Reijnders
>>>>>> Sent: 02 August 2013 11:23
>>>>>> To: Xerte discussion list
>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>
>>>>>> Well... this was added by gingerdog at gmail.com on Febr 13. Don't 
>>>>>> know exactly who that is, but I thought this is one of the many 
>>>>>> e-mails of Pat...
>>>>>>
>>>>>> So my proposal is to use function_exists...
>>>>>>
>>>>>> Tom
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Op 2-8-2013 12:09, Smith, John schreef:
>>>>>>> Ah... now we have something... the error is on
>>>>>>> libxml_disable_entity_loader
>>>>>>>
>>>>>>>       From your PHPINFO file you are running 5.2.6 but this
>>>>>>> requires
>>>>>>>> =5.2.11...
>>>>>>> http://php.net/manual/en/function.libxml-disable-entity-loader.php
>>>>>>>
>>>>>>> Tom, any thoughts? I thought we supported 5.1+
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> John Smith
>>>>>>> Learning Technologist
>>>>>>> School of Health & Life Sciences
>>>>>>> Glasgow Caledonian University
>>>>>>>
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Adam Read [mailto:aread at marjon.ac.uk]
>>>>>>> Sent: Friday, August 02, 2013 11:02 AM
>>>>>>> To: Smith, John; 'Xerte discussion list'
>>>>>>> Subject: RE: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>
>>>>>>> Hi John
>>>>>>>
>>>>>>> No probs, that inspector sends the following POST error:
>>>>>>>
>>>>>>> <!--USER-FILES/1-aread-Nottingham/data.xml--><!--LINE
>>>>>>> 28--><!--LINE
>>>>>>> 93-->
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>>>> Technologist University of St Mark & St John
>>>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 about.me/adamread
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Smith, John [mailto:J.J.Smith at gcu.ac.uk]
>>>>>>> Sent: 02 August 2013 10:57
>>>>>>> To: Xerte discussion list
>>>>>>> Cc: Adam Read
>>>>>>> Subject: RE: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>
>>>>>>> Sorry Adam, I thought I had sent this yesterday but have been 
>>>>>>> having mail problems both here and with the list...
>>>>>>>
>>>>>>> Anyway, try doing the same as last, replacing the file in 
>>>>>>> website_code/ with the one in the zip. Then open the LO again 
>>>>>>> and view the source...
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> John Smith | Learning Technologist Room A251, Govan Mbeki Building
>>>>>>> | School of Health & Life Sciences
>>>>>>> | Glasgow Caledonian University Cowcaddens Road | Glasgow | G4 0BA
>>>>>>> ________________________________________
>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Adam Read
>>>>>>> [aread at marjon.ac.uk]
>>>>>>> Sent: 02 August 2013 10:14
>>>>>>> To: 'Xerte discussion list'
>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>
>>>>>>> Nothing else has come through. John has sent me some stuff to 
>>>>>>> try but we're still no closer to getting this working.
>>>>>>>
>>>>>>> Any other ideas?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>>>> Technologist University of St Mark & St John
>>>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 about.me/adamread
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat @
>>>>>>> Pgogy
>>>>>>> Sent: 31 July 2013 17:25
>>>>>>> To: Xerte discussion list
>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>
>>>>>>> I sent my stuff? Did it not appear?
>>>>>>>
>>>>>>> On 31 Jul 2013, at 15:32, Adam Read <aread at marjon.ac.uk> wrote:
>>>>>>>
>>>>>>>> anyone have any other ideas?
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] on behalf of Adam Read
>>>>>>>> [aread at marjon.ac.uk]
>>>>>>>> Sent: 31 July 2013 13:11
>>>>>>>> To: 'Xerte discussion list'
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Hi John
>>>>>>>>
>>>>>>>> I'm seeing the following in the 500 error response
>>>>>>>>
>>>>>>>> <!--USER-FILES/1-aread-Nottingham/data.xml--><!--LINE 28-->
>>>>>>>>
>>>>>>>> Adam
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> From: Adam Read
>>>>>>>> Sent: 31 July 2013 13:02
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: RE: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Thanks John
>>>>>>>>
>>>>>>>> Will give it a whirl now and report back
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] on behalf of Smith, John
>>>>>>>> [J.J.Smith at gcu.ac.uk]
>>>>>>>> Sent: 31 July 2013 12:49
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Hi Adam,
>>>>>>>>
>>>>>>>> Sorry, for the delay. Try unzipping and dropping the attached
>>>>>>>> play.php file in \modules\xerte\ (make sure that you backup the
>>>>>>>> original first by changing its name...)
>>>>>>>>
>>>>>>>> Then play/preview the LO and let me know what you get in the 
>>>>>>>> view-source...
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> John Smith | Learning Technologist Room A251, Govan Mbeki
>>>>>>>> Building
>>>>>>>> | School of Health & Life Sciences Glasgow Caledonian University
>>>>>>>> | Cowcaddens Road | Glasgow | G4 0BA
>>>>>>>> ________________________________________
>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Adam Read
>>>>>>>> [aread at marjon.ac.uk]
>>>>>>>> Sent: 31 July 2013 09:40
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> And if I echo the array
>>>>>>>> echo $row_play[0];
>>>>>>>> echo $row_play[1];
>>>>>>>> echo $row_play[2];
>>>>>>>> echo $row_play[3];
>>>>>>>> echo $row_play[4];
>>>>>>>> echo $row_play[5];
>>>>>>>> echo $row_play[6];
>>>>>>>> echo $row_play[7];
>>>>>>>>
>>>>>>>> I get the following:
>>>>>>>>
>>>>>>>> Nottinghamareadxerte351Publicengine=javascript
>>>>>>>>
>>>>>>>> Not sure if that helps.
>>>>>>>>
>>>>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>>>>> Technologist University of St Mark & St John
>>>>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 aread at marjon.ac.uk
>>>>>>>> www.marjon.ac.uk
>>>>>>>>
>>>>>>>> Please consider the environment before printing this email
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] on behalf of Adam Read
>>>>>>>> [aread at marjon.ac.uk]
>>>>>>>> Sent: 31 July 2013 09:26
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Morning all, thanks for helping so far.
>>>>>>>>
>>>>>>>> So, I went ahead and stuck a load of echos in play.php and this 
>>>>>>>> is what I've worked out.
>>>>>>>>
>>>>>>>> The script runs all the way down to where it works out what the 
>>>>>>>> security is and that the template is indeed set to public 
>>>>>>>> access. It seems to run the db_query (below), but the call to 
>>>>>>>> show_template() must crash the script as the last echo is not 
>>>>>>>> printed.
>>>>>>>>
>>>>>>>> FYI, $row_play outputs "Array". Is that right? I'd expect an ID 
>>>>>>>> number or something.
>>>>>>>>
>>>>>>>>       From my Play.php
>>>>>>>> /*
>>>>>>>> * Public - Increment the number of users and show the template */
>>>>>>>>
>>>>>>>> echo "here adam2";
>>>>>>>>
>>>>>>>> db_query("UPDATE
>>>>>>>> {$xerte_toolkits_site->database_table_prefix}templatedetails SET
>>>>>>>> number_of_uses=number_of_uses+1 WHERE template_id=?",
>>>>>>>> array($safe_template_id)); echo "here ran query"; echo $row_play;
>>>>>>>> show_template($row_play); echo "here show template";
>>>>>>>>
>>>>>>>> On screen I see:
>>>>>>>>
>>>>>>>> here adam2here ran queryArray
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>>>>> Technologist University of St Mark & St John
>>>>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108 aread at marjon.ac.uk
>>>>>>>> www.marjon.ac.uk
>>>>>>>>
>>>>>>>> Please consider the environment before printing this email
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk
>>>>>>>> [xerte-bounces at lists.nottingham.ac.uk] on behalf of Smith, John
>>>>>>>> [J.J.Smith at gcu.ac.uk]
>>>>>>>> Sent: 30 July 2013 18:42
>>>>>>>> To: xerte at lists.nottingham.ac.uk
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Yeah sorry me on phone now too...
>>>>>>>>
>>>>>>>> Will send an updated file when i get home...
>>>>>>>>
>>>>>>>> Regards
>>>>>>>>
>>>>>>>> John Smith
>>>>>>>> Learning Technologist
>>>>>>>> School of Health and Life Sciences
>>>>>>>>
>>>>>>>> Sent from Samsung Galaxy SII
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> "Pat @ Pgogy" <xerte at pgogywebstuff.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>> Sorry, reading on phone
>>>>>>>>
>>>>>>>> Try putting some echos in play?
>>>>>>>>
>>>>>>>> On 30 Jul 2013, at 16:27, "Smith, John" 
>>>>>>>> <J.J.Smith at gcu.ac.uk<mailto:J.J.Smith at gcu.ac.uk>> wrote:
>>>>>>>>
>>>>>>>> He did...
>>>>>>>>
>>>>>>>> http://elearning.net.marjon.ac.uk/xerte2/play.php?template_id=1
>>>>>>>>
>>>>>>>> There's no source being sent at all... last time I saw that was 
>>>>>>>> with the person who had bad xml (an ASCII(1) pasted from Word 
>>>>>>>> or some similar app) which was breaking the XML parser which 
>>>>>>>> extracts the title... wondering if we should allow xenith to do 
>>>>>>>> this and alter title from jQuery...
>>>>>>>>
>>>>>>>> Anyway... I've checked the XML and it's fine... so it's 
>>>>>>>> unlikely to be that... but it's happening before the opening 
>>>>>>>> HTML tag is sent...
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> John Smith
>>>>>>>> Learning Technologist
>>>>>>>> School of Health & Life Sciences
>>>>>>>> Glasgow Caledonian University
>>>>>>>>
>>>>>>>> From:
>>>>>>>> xerte-bounces at lists.nottingham.ac.uk<mailto:xerte-bounces at lists.n
>>>>>>>> o t t i n gham.ac.uk>
>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk]
>>>>>>>> On Behalf Of Pat @ Pgogy
>>>>>>>> Sent: Tuesday, July 30, 2013 4:21 PM
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Can you share a URL?
>>>>>>>>
>>>>>>>> On 30 Jul 2013, at 15:48, Adam Read 
>>>>>>>> <aread at marjon.ac.uk<mailto:aread at marjon.ac.uk>> wrote:
>>>>>>>> Set $development to true in config.php. Not seeing any errors 
>>>>>>>> on screen when logging in/creating/editing/previewing/playing.
>>>>>>>>
>>>>>>>>
>>>>>>>> From:
>>>>>>>> xerte-bounces at lists.nottingham.ac.uk<mailto:xerte-bounces at lists.n
>>>>>>>> o t t i n gham.ac.uk>
>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk]
>>>>>>>> On Behalf Of Pat @ Pgogy
>>>>>>>> Sent: 30 July 2013 15:11
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Turn on development?
>>>>>>>>
>>>>>>>> On 30 Jul 2013, at 14:04, Adam Read 
>>>>>>>> <aread at marjon.ac.uk<mailto:aread at marjon.ac.uk>> wrote:
>>>>>>>> Nope, play and play_html do the same thing:
>>>>>>>> http://elearning.net.marjon.ac.uk/xerte2/play.php?template_id=1
>>>>>>>>
>>>>>>>> I'm getting nothing back of any use from the POST response, so 
>>>>>>>> don't know what settings to check. Any advice?
>>>>>>>>
>>>>>>>> The only thing that looks different in the site details table 
>>>>>>>> between my old XOT install and this one is the import_path value:
>>>>>>>>
>>>>>>>> old XOT: C:Inetpubwwwrootloimport/ new XOT:
>>>>>>>> C:/Inetpub/wwwroot/xerte2/import/ But I suspect that's the old
>>>>>>>> XOT with a rubbish/wrong value.
>>>>>>>>
>>>>>>>> Adam Read BA (Hons) PG Cert ODE (Open) Senior e-Learning
>>>>>>>> Technologist University of St Mark & St John
>>>>>>>> Tel: 01752 636700 Ext: 5673 | Room: 108
>>>>>>>> about.me/adamread<http://about.me/adamread>

>>>>>>>> <image001.jpg><http://moodle.marjon.ac.uk/>
>>>>>>>>
>>>>>>>> From:
>>>>>>>> xerte-bounces at lists.nottingham.ac.uk<mailto:xerte-bounces at lists.n
>>>>>>>> o t t i n gham.ac.uk>
>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk]
>>>>>>>> On Behalf Of Pat @ Pgogy
>>>>>>>> Sent: 30 July 2013 13:57
>>>>>>>> To: Xerte discussion list
>>>>>>>> Subject: [Xerte] Re: Import an Exported Xerte File into XOT
>>>>>>>>
>>>>>>>> Does play work?
>>>>>>>>
>>>>>>>> 500 suggests php error which suggests a missing setting?
>>>>>>>>
>>>>>>>> On 30 Jul 2013, at 12:03, Adam Read 
>>>>>>>> <aread at marjon.ac.uk<mailto:aread at marjon.ac.uk>> wrote:
>>>>>>>> Right, ignore my previous query as I've decided to forget about 
>>>>>>>> the Frankenstein installation and start with a fresh XOT 
>>>>>>>> install on IIS.
>>>>>>>>
>>>>>>>> I've successfully run through all of the setup, following the 
>>>>>>>> new guide (which is great btw) and installed without error. I 
>>>>>>>> had to go back and insert LDAP settings in to the database, and 
>>>>>>>> can login fine.
>>>>>>>>
>>>>>>>> I've created a new learning object using the Nottingham 
>>>>>>>> template. The edit window works fine, however, when I preview 
>>>>>>>> it I get nothing but a blank screen. There's a HTTP 500 error 
>>>>>>>> in the console, but it's not particularly helpful, I think it's 
>>>>>>>> on the play.php?template= script.
>>>>>>>>
>>>>>>>> I've checked the site details and all the import paths look OK 
>>>>>>>> to me:
>>>>>>>>
>>>>>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>>>>>> <!--
>>>>>>>> -
>>>>>>>> - phpMyAdmin XML Dump
>>>>>>>> - version 2.11.7.1
>>>>>>>> - http://www.phpmyadmin.net
>>>>>>>> -
>>>>>>>> - Host: localhost
>>>>>>>> - Generation Time: Jul 30, 2013 at 11:57 AM
>>>>>>>> - Server version: 5.0.51
>>>>>>>> - PHP Version: 5.2.6
>>>>>>>> -->
>>>>>>>>
>>>>>>>> <!--
>>>>>>>> - Database: 'xerte2'
>>>>>>>> -->
>>>>>>>> <xerte2>
>>>>>>>> <!-- Table sitedetails -->
>>>>>>>> <sitedetails>
>>>>>>>> <site_id>1</site_id>
>>>>>>>> <site_url>http://elearning.net.marjon.ac.uk/xerte2/</site_url><http: 
>>>>>>>>
>>>>>>>> / / elearning.net.marjon.ac.uk/xerte2/%3c/site_url%3e>
>>>>>>>> <apache>false</apache>
>>>>>>>> <mimetypes>text/xml,application/msword,application/x-shockwave-fl
>>>>>>>> a
>>>>>>>> s
>>>>>>>> h
>>>>>>>> ,
>>>>>>>> i
>>>>>>>> mage/jpeg,image/pjpeg,image/png,image/gif,image/x-png,audio/mpeg,
>>>>>>>> a
>>>>>>>> p
>>>>>>>> p
>>>>>>>> l
>>>>>>>> i
>>>>>>>> cation/vnd.ms-excel,application/pdf,application/vnd.ms-powerpoint
>>>>>>>> ,
>>>>>>>> v
>>>>>>>> i
>>>>>>>> d
>>>>>>>> e
>>>>>>>> o/x-ms-wmv,text/html,video/mp4,video/avi,audio/wav,text/plain,vid
>>>>>>>> e
>>>>>>>> o
>>>>>>>> /
>>>>>>>> q
>>>>>>>> u
>>>>>>>> icktime,application/vnd.openxmlformats-officedocument.spreadsheetml. 
>>>>>>>>
>>>>>>>> s
>>>>>>>> h
>>>>>>>> eet,application/vnd.openxmlformats-officedocument.wordprocessingml. 
>>>>>>>>
>>>>>>>> d
>>>>>>>> o
>>>>>>>> c
>>>>>>>> ument,application/vnd.openxmlformats-officedocument.presentationml. 
>>>>>>>>
>>>>>>>> p
>>>>>>>> r
>>>>>>>> e
>>>>>>>> sentation</mimetypes>
>>>>>>>>
>>>>>>>> <site_session_name>XERTE_TOOLKITS</site_session_name>
>>>>>>>> <LDAP_preference>XXXX</LDAP_preference>
>>>>>>>> <LDAP_filter>XXXX</LDAP_filter>
>>>>>>>> <integration_config_path></integration_config_path>
>>>>>>>> <admin_username>XXXX</admin_username>
>>>>>>>> <admin_password>XXXX</admin_password>
>>>>>>>> <site_title>Welcome to Xerte Online Toolkits</site_title>
>>>>>>>> <site_name>Xerte Online Toolkits</site_name>
>>>>>>>> <site_logo>website_code/images/xerteLogo.jpg</site_logo>
>>>>>>>> <organisational_logo>website_code/images/UofNLogo.jpg</organisati
>>>>>>>> o
>>>>>>>> n
>>>>>>>> a
>>>>>>>> l
>>>>>>>> _
>>>>>>>> logo> <welcome_message>Welcome to Xerte online
>>>>>>>> toolkits</welcome_message> <site_text>Welcome to the toolkits
>>>>>>>> front page, developed by the University of
>>>>>>>> Nottingham~~~</site_text>
>>>>>>>> <news_text>PHAgY2xhc3M9Im5ld3NfdGl0bGUiPk90aGVyIHJlc291cmNlczwvcD
>>>>>>>> 4
>>>>>>>> 8
>>>>>>>> c
>>>>>>>> C
>>>>>>>> B
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+PC9wPjxwIGNs
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+Y
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+X
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+N
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+z
>>>>>>>> jbGFzcz0ibmV3c19zdG9yeSI+PGEgaHJlZj0iIj5TaXRlIDE8L2E+P
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+PHAgY2xhc3M9Im
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+5
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+l
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+d
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+3
>>>>>>>> SJuZXdzX3N0b3J5Ij48YSBocmVmPSIiPlNpdGUgMjwvYT48L3A+N
>>>>>>>> fc3RvcnkiPjxhIGhyZWY9IiI+U2l0ZSAzPC9hPjwvcD4=</news_text>
>>>>>>>> <pod_one>PHAgY2xhc3M9Im5ld3NfdGl0bGUiPlJlc291cmNlczwvcD48cCBjbGFz
>>>>>>>> c
>>>>>>>> z
>>>>>>>> 0
>>>>>>>> i
>>>>>>>> Z
>>>>>>>> GVtbyI+PGEgaHJlZj0iaHR0cDovL3d3dy54ZXJ0ZS5vcmcudWsiPkNvbW11bml0eS
>>>>>>>> GVtbyI+B
>>>>>>>> GVtbyI+S
>>>>>>>> GVtbyI+Z
>>>>>>>> GVtbyI+X
>>>>>>>> GVtbyI+N
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+VGhlIFhlcnRlIHVzZXIgY29tbXVuaXR5IHdlYnNpdGUu
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+P
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+C
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+9
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+w
>>>>>>>> vdXJjZXM8L2E+PGJyIC8+P
>>>>>>>> jxwIGNsYXNzPSJkZW1vIj48YSBocmVmPSJodHRwOi8vd3d3Lm5vdHRpbmdoYW0uYW
>>>>>>>> M
>>>>>>>> u
>>>>>>>> d
>>>>>>>> W
>>>>>>>> s
>>>>>>>> vdG9vbGtpdHMvcGxheV81NjAiPkxlYXJuaW5nIE9iamVjdCBEZW1vPC9hPjxiciAv
>>>>>>>> P
>>>>>>>> k
>>>>>>>> E
>>>>>>>> g
>>>>>>>> Y
>>>>>>>> 29tcHJlaGVuc2l2ZSBkZW1vIG9mIGFsbCB0aGUgcGFnZSB0ZW1wbGF0ZXMuPC9wPg
>>>>>>>> =
>>>>>>>> =
>>>>>>>> <
>>>>>>>> /
>>>>>>>> p
>>>>>>>> od_one>
>>>>>>>> <pod_two>PHAgY2xhc3M9Im5ld3NfdGl0bGUiPldhbnQgdG8gc2hhcmUgc29tZSB0
>>>>>>>> a
>>>>>>>> G
>>>>>>>> 9
>>>>>>>> 1
>>>>>>>> Z
>>>>>>>> 2h0cz88L3A+PHAgY2xhc3M9ImdlbmVyYWwiPklmIHlvdSBoYXZlIGFueSBxdWVzdG
>>>>>>>> 2h0cz88L3A+l
>>>>>>>> 2h0cz88L3A+v
>>>>>>>> 2h0cz88L3A+b
>>>>>>>> 2h0cz88L3A+n
>>>>>>>> 2h0cz88L3A+M
>>>>>>>> sIHJlcXVlc3RzIGZvciBoZWxwLCBpZGVhcyBmb3IgbmV3IHByb2plY3RzIG9yIHBy
>>>>>>>> b
>>>>>>>> 2
>>>>>>>> J
>>>>>>>> s
>>>>>>>> Z
>>>>>>>> W1zIHRvIHJlcG9ydCwgdGhlbiBwbGVhc2UgZ2V0IGluIHRvdWNoLjwvcD48cCBjbG
>>>>>>>> F
>>>>>>>> z
>>>>>>>> c
>>>>>>>> z
>>>>>>>> 0
>>>>>>>> iZ2VuZXJhbCI+UGxlYXNlIHVzZSBvdXIgPGEgaHJlZj0iZmVlZGJhY2svIiBzdHls
>>>>>>>> iZ2VuZXJhbCI+Z
>>>>>>>> iZ2VuZXJhbCI+T
>>>>>>>> iZ2VuZXJhbCI+0
>>>>>>>> iZ2VuZXJhbCI+i
>>>>>>>> iZ2VuZXJhbCI+Y
>>>>>>>> 29sb3I6IzAwMCI+RmVlZGJhY2sgRm9ybTwvYT48L3A+</pod_two>
>>>>>>>> <copyright>Copyright University of Nottingham 2008 -
>>>>>>>> 2013</copyright> <rss_title>Xerte Online Toolkits RSS
>>>>>>>> Feed</rss_title> <synd_publisher>University of St
>>>>>>>> Mark</synd_publisher> <synd_rights>Licensed under a Creative
>>>>>>>> Commons Attribution - NonCommercial-ShareAlike 2.0 Licence - see
>>>>>>>> http://creativecommons.org/licenses/by-nc-sa/2.0/uk/</synd_rights
>>>>>>>> <
>>>>>>>> h
>>>>>>>> t
>>>>>>>> t
>>>>>>>> p://creativecommons.org/licenses/by-nc-sa/2.0/uk/%3c/synd_rights%
>>>>>>>> 3
>>>>>>>> e
>>>>>>>>> <synd_license>Licensed under a Creative Commons Attribution -
>>>>>>>> NonCommercial-ShareAlike 2.0 Licence - see
>>>>>>>> http://creativecommons.org/licenses/by-nc-sa/2.0/uk/</synd_licens
>>>>>>>> e
>>>>>>>> <
>>>>>>>> h
>>>>>>>> t
>>>>>>>> tp://creativecommons.org/licenses/by-nc-sa/2.0/uk/%3c/synd_licens
>>>>>>>> e
>>>>>>>> %
>>>>>>>> 3
>>>>>>>> e
>>>>>>>> <demonstration_page>modules/xerte/training/toolkits.htm</demonstr
>>>>>>>> a
>>>>>>>> t
>>>>>>>> i
>>>>>>>> o
>>>>>>>> n
>>>>>>>> _page>
>>>>>>>> <form_string>PGh0bWw+PGJvZHk+PGNlbnRlcj48cD48Zm9ybSBtZXRob2Q9InBv
>>>>>>>> c
>>>>>>>> 3
>>>>>>>> Q
>>>>>>>> i
>>>>>>>> I
>>>>>>>> GFjdGlvbj0iIj48cD5Vc2VybmFtZSA8aW5wdXQgdHlwZT0idGV4dCIgc2l6ZT0iMj
>>>>>>>> A
>>>>>>>> i
>>>>>>>> I
>>>>>>>> G
>>>>>>>> 1
>>>>>>>> heGxlbmd0aD0iMTIiIG5hbWU9ImxvZ2luIiAvPjwvcD48cD5QYXNzd29yZCA8aW5w
>>>>>>>> d
>>>>>>>> X
>>>>>>>> Q
>>>>>>>> g
>>>>>>>> d
>>>>>>>> HlwZT0icGFzc3dvcmQiIHNpemU9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYX
>>>>>>>> N
>>>>>>>> z
>>>>>>>> d
>>>>>>>> 2
>>>>>>>> 9
>>>>>>>> yZCIgLz48L3A+PHA+PGlucHV0IHR5cGU9ImltYWdlIiBzcmM9IndlYnNpdGVfY29k
>>>>>>>> yZCIgLz48L3A+PHA+Z
>>>>>>>> yZCIgLz48L3A+PHA+S
>>>>>>>> yZCIgLz48L3A+PHA+9
>>>>>>>> yZCIgLz48L3A+PHA+p
>>>>>>>> yZCIgLz48L3A+PHA+b
>>>>>>>> WFnZXMvQnR0bl9Mb2dpbk9mZi5naWYiIG9ubW91c2VvdmVyPSJ0aGlzLnNyYz0nd2
>>>>>>>> V
>>>>>>>> i
>>>>>>>> c
>>>>>>>> 2
>>>>>>>> l
>>>>>>>> 0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT24uZ2lmJyIgb25tb3VzZWRvd249InRo
>>>>>>>> a
>>>>>>>> X
>>>>>>>> M
>>>>>>>> u
>>>>>>>> c
>>>>>>>> 3JjPSd3ZWJzaXRlX2NvZGUvaW1hZ2VzL0J0dG5fTG9naW5DbGljay5naWYnIiBvbm
>>>>>>>> 1
>>>>>>>> v
>>>>>>>> d
>>>>>>>> X
>>>>>>>> N
>>>>>>>> lb3V0PSJ0aGlzLnNyYz0nd2Vic2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2Zm
>>>>>>>> L
>>>>>>>> m
>>>>>>>> d
>>>>>>>> p
>>>>>>>> Z
>>>>>>>> iciIC8+PC9wPg==</form_string>
>>>>>>>> <peer_form_string>PGh0bWw+PGJvZHk+PGNlbnRlcj48cD48Zm9ybSBtZXRob2Q
>>>>>>>> 9
>>>>>>>> I
>>>>>>>> n
>>>>>>>> B
>>>>>>>> v
>>>>>>>> c3QiIGFjdGlvbj0iIj48cD5QYXNzd29yZCA8aW5wdXQgdHlwZT0icGFzc3dvcmQiI
>>>>>>>> H
>>>>>>>> N
>>>>>>>> p
>>>>>>>> e
>>>>>>>> m
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+PGl
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+u
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+c
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+H
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+V
>>>>>>>> U9IjIwIiBtYXhsZW5ndGg9IjM2IiBuYW1lPSJwYXNzd29yZCIgLz48L3A+PHA+0
>>>>>>>> IHR5cGU9ImltYWdlIiBzcmM9IndlYnNpdGVfY29kZS9pbWFnZXMvQnR0bl9Mb2dpb
>>>>>>>> k
>>>>>>>> 9
>>>>>>>> m
>>>>>>>> Z
>>>>>>>> i
>>>>>>>> 5naWYiIG9ubW91c2VvdmVyPSJ0aGlzLnNyYz0nd2Vic2l0ZV9jb2RlL2ltYWdlcy9
>>>>>>>> C
>>>>>>>> d
>>>>>>>> H
>>>>>>>> R
>>>>>>>> u
>>>>>>>> X0xvZ2luT24uZ2lmJyIgb25tb3VzZWRvd249InRoaXMuc3JjPSd3ZWJzaXRlX2NvZ
>>>>>>>> G
>>>>>>>> U
>>>>>>>> v
>>>>>>>> a
>>>>>>>> W
>>>>>>>> 1hZ2VzL0J0dG5fTG9naW5DbGljay5naWYnIiBvbm1vdXNlb3V0PSJ0aGlzLnNyYz0
>>>>>>>> n
>>>>>>>> d
>>>>>>>> 2
>>>>>>>> V
>>>>>>>> i
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+PC9wPg==</pee
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+r
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+_
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+f
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+o
>>>>>>>> c2l0ZV9jb2RlL2ltYWdlcy9CdHRuX0xvZ2luT2ZmLmdpZiciIC8+r
>>>>>>>> m_string>
>>>>>>>> <module_path>modules/</module_path>
>>>>>>>> <website_code_path>website_code/</website_code_path>
>>>>>>>> <users_file_area_short>USER-FILES/</users_file_area_short>
>>>>>>>> <php_library_path>website_code/php/</php_library_path>
>>>>>>>> <import_path>C:/Inetpub/wwwroot/xerte2/import/</import_path>
>>>>>>>> <root_file_path>C:/Inetpub/wwwroot/xerte2/</root_file_path>
>>>>>>>> <play_edit_preview_query>c2VsZWN0ICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0
>>>>>>>> Z
>>>>>>>> S
>>>>>>>> 0
>>>>>>>> +
>>>>>>>> Z
>>>>>>>> GF0YWJhc2VfdGFibGVfcHJlZml4IC4gIm9yaWdpbmFsdGVtcGxhdGVzZGV0YWlscy
>>>>>>>> 5
>>>>>>>> 0
>>>>>>>> Z
>>>>>>>> W
>>>>>>>> 1
>>>>>>>> wbGF0ZV9uYW1lLCAiIC4gJHhlcnRlX3Rvb2xraXRzX3NpdGUtPmRhdGFiYXNlX3Rh
>>>>>>>> Y
>>>>>>>> m
>>>>>>>> x
>>>>>>>> l
>>>>>>>> X
>>>>>>>> 3ByZWZpeCAuICJsb2dpbmRldGFpbHMudXNlcm5hbWUsICIgLiAkeGVydGVfdG9vbG
>>>>>>>> t
>>>>>>>> p
>>>>>>>> d
>>>>>>>> H
>>>>>>>> N
>>>>>>>> fc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gIm9yaWdpbmFsdGVtcGxhdGVz
>>>>>>>> fc2l0ZS0+Z
>>>>>>>> fc2l0ZS0+G
>>>>>>>> fc2l0ZS0+V
>>>>>>>> fc2l0ZS0+0
>>>>>>>> fc2l0ZS0+Y
>>>>>>>> Wlscy50ZW1wbGF0ZV9mcmFtZXdvcmssICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+Z 
>>>>>>>>
>>>>>>>> Wlscy50ZW1wbGF0ZV9mcmFtZXdvcmssICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+G 
>>>>>>>>
>>>>>>>> Wlscy50ZW1wbGF0ZV9mcmFtZXdvcmssICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+F 
>>>>>>>>
>>>>>>>> 0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRlcmlnaHRzLnVzZXJfaWQsICIg
>>>>>>>> L
>>>>>>>> i
>>>>>>>> A
>>>>>>>> k
>>>>>>>> e
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbX
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+B
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+s
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+Y
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+X
>>>>>>>> GVydGVfdG9vbGtpdHNfc2l0ZS0+R
>>>>>>>> lcmlnaHRzLmZvbGRlciwgIiAuICR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFz
>>>>>>>> Z
>>>>>>>> V
>>>>>>>> 9
>>>>>>>> 0
>>>>>>>> Y
>>>>>>>> WJsZV9wcmVmaXggLiAidGVtcGxhdGVyaWdodHMudGVtcGxhdGVfaWQsICIgLiAkeG
>>>>>>>> V
>>>>>>>> y
>>>>>>>> d
>>>>>>>> G
>>>>>>>> V
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRl
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+Z
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+G
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+V
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+0
>>>>>>>> fdG9vbGtpdHNfc2l0ZS0+Y
>>>>>>>> Wlscy5hY2Nlc3NfdG9fd2hvbSBmcm9tICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+Z 
>>>>>>>>
>>>>>>>> Wlscy5hY2Nlc3NfdG9fd2hvbSBmcm9tICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+G 
>>>>>>>>
>>>>>>>> Wlscy5hY2Nlc3NfdG9fd2hvbSBmcm9tICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+F 
>>>>>>>>
>>>>>>>> 0YWJhc2VfdGFibGVfcHJlZml4IC4gIm9yaWdpbmFsdGVtcGxhdGVzZGV0YWlscywg
>>>>>>>> I
>>>>>>>> i
>>>>>>>> A
>>>>>>>> u
>>>>>>>> I
>>>>>>>> CR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFzZV90YWJsZV9wcmVmaXggLiAidG
>>>>>>>> V
>>>>>>>> t
>>>>>>>> c
>>>>>>>> G
>>>>>>>> x
>>>>>>>> hdGVyaWd
>>>>>>>        od
>>>>>>>> HMsICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRlZGV0YWlscywgIiAuICR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFzZV90YWJsZV9wcmVmaXggLiAibG9naW5kZXRhaWxzIHdoZXJlICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRlZGV0YWlscy50ZW1wbGF0ZV90eXBlX2lkID0gIiAuICR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFzZV90YWJsZV9wcmVmaXggLiAib3JpZ2luYWx0ZW1wbGF0ZXNkZXRhaWxzLnRlbXBsYXRlX3R5cGVfaWQgYW5kICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRlZGV0YWlscy5jcmVhdG9yX2lkID0gIiAuICR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFzZV90YWJsZV9wcmVmaXggLiAibG9naW5kZXRhaWxzLmxvZ2luX2lkIGFuZCAiIC4gJHhlcnRlX3Rvb2xraXRzX3NpdGUtPmRhdGFiYXNlX3RhYmxlX3ByZWZpeCAuICJ0ZW1wbGF0ZXJpZ2h0cy50ZW1wbGF0ZV9pZCA9ICIgLiAkeGVydGVfdG9vbGtpdHNfc2l0ZS0+ZGF0YWJhc2VfdGFibGVfcHJlZml4IC4gInRlbXBsYXRlZGV0YWlscy50ZW1wbGF0ZV9pZCBhbmQgIiAuICR4ZXJ0ZV90b29sa2l0c19zaXRlLT5kYXRhYmFzZV90YWJsZV9wcmVmaXggLiAidGVtcGxhdGVyaWdodHMudGVtcGxhdGVfaWQ9IlRFTVBMQVRFX0lEX1R 
>>>>>>>>
> P
>>   X
>>>    1
>>>>     J
>>>>>      F
>>>>>>       U
>>>>>>>        E
>>>>>>>> xBQ0UiIGFuZCByb2xlPSJjcmVhdG9yIg==</play_edit_preview_query>
>>>>>>>> <error_log_path>error_logs/</error_log_path>
>>>>>>>> <email_error_list></email_error_list>
>>>>>>>> <error_log_message>true</error_log_message>
>>>>>>>> <max_error_size>10</max_error_size>
>>>>>>>> <error_email_message>10</error_email_message>
>>>>>>>> <ldap_host>XXXXX</ldap_host>
>>>>>>>> <ldap_port>XXXX</ldap_port>
>>>>>>>> <bind_pwd>XXXXX</bind_pwd>
>>>>>>>> <basedn>XXXXX</bind_dn>
>>>>>>>> <flash_save_path>modules/xerte/engine/save.php</flash_save_path>
>>>>>>>> <flash_upload_path>upload.php?path=</flash_upload_path>
>>>>>>>> <flash_preview_check_path>modules/xerte/engine/file_exists.php</f
>>>>>>>> l
>>>>>>>> a
>>>>>>>> s
>>>>>>>> h
>>>>>>>> _
>>>>>>>> preview_check_path>
>>>>>>>> <flash_flv_skin>modules/xerte/engine/tools/SteelOverAll.swf</flas
>>>>>>>> h _ f l v _skin> <site_email_account></site_email_account>
>>>>>>>> <headers></headers>
>>>>>>>> <email_to_add_to_username></email_to_add_to_username>
>>>>>>>> <proxy1></proxy1>
>>>>>>>> <port1></port1>
>>>>>>>> <feedback_list></feedback_list>
>>>>>>>> </sitedetails>
>>>>>>>> </xerte2>
>>>>>>>>
>>>>>>>>
>>>>>>>> In the USER-FILES folder the object I've created has the 
>>>>>>>> following files:
>>>>>>>>
>>>>>>>>
>>>>>>>> * media/animage.jpg
>>>>>>>>
>>>>>>>> * media.xml
>>>>>>>>
>>>>>>>> * data.xml
>>>>>>>>
>>>>>>>> Here's the XML from preview.xml:
>>>>>>>>
>>>>>>>> <learningObject language="en-GB" name="Adam New Test"
>>>>>>>> navigation="Linear" textSize="12" displayMode="default"> <title
>>>>>>>> linkID="PG1375180431689" name="Hurrah?" size="30"> <![CDATA[ Some
>>>>>>>> text ]]> </title> <imageViewer linkID="PG1375181533903" 
>>>>>>>> name="My image"
>>>>>>>> align="Left" url="FileLocation + 'media/animage.jpg'" 
>>>>>>>> moveTip="Move"
>>>>>>>> zoomInTip="Zoom In" zoomOutTip="Zoom Out" selectAreaTip="Select 
>>>>>>>> Area"
>>>>>>>> resetImageTip="Reset Image" toggleScreenTip="Toggle Full Screen">
>>>>>>>> <![CDATA[ Some stuff ]]> </imageViewer> </learningObject>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk<mailto:Xerte at lists.nottingham.ac.uk>
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>>
>>>>>>>>
>>>>>>>> This message and any attachment are intended solely for the 
>>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>>> received this message in error, please send it back to me, and 
>>>>>>>> immediately delete it. Please do not use, copy or disclose the 
>>>>>>>> information contained in this message or in any attachment. Any 
>>>>>>>> views or opinions expressed by the author of this email do not 
>>>>>>>> necessarily reflect the views of the University of Nottingham.
>>>>>>>>
>>>>>>>> This message has been checked for viruses but the contents of 
>>>>>>>> an attachment may still contain software viruses which could 
>>>>>>>> damage your computer system, you are advised to perform your 
>>>>>>>> own checks. Email communications with the University of 
>>>>>>>> Nottingham may be monitored as permitted by UK legislation.
>>>>>>>>
>>>>>>>>
>>>>>>>> Glasgow Caledonian University is a registered Scottish charity,
>>>>>>>> number
>>>>>>>> SC021474
>>>>>>>>
>>>>>>>> Winner: Times Higher Education's Widening Participation 
>>>>>>>> Initiative of the Year 2009 and Herald Society's Education 
>>>>>>>> Initiative of the Year 2009.
>>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/n
>>>>>>>> a
>>>>>>>> m
>>>>>>>> e
>>>>>>>> ,
>>>>>>>> 6
>>>>>>>> 219,en.html
>>>>>>>>
>>>>>>>> Winner: Times Higher Education's Outstanding Support for Early 
>>>>>>>> Career Researchers of the Year 2010, GCU as a lead with 
>>>>>>>> Universities Scotland partners.
>>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/n
>>>>>>>> a
>>>>>>>> m
>>>>>>>> e
>>>>>>>> ,
>>>>>>>> 1 5691,en.html _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/E
>>>>>>>> m
>>>>>>>> a
>>>>>>>> i
>>>>>>>> l
>>>>>>>> _
>>>>>>>> Signature_Image.jpg]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/E
>>>>>>>> m
>>>>>>>> a
>>>>>>>> i
>>>>>>>> l
>>>>>>>> _
>>>>>>>> Signature_Image.jpg]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>>
>>>>>>>> Glasgow Caledonian University is a registered Scottish charity,
>>>>>>>> number
>>>>>>>> SC021474
>>>>>>>>
>>>>>>>> Winner: Times Higher Education's Widening Participation 
>>>>>>>> Initiative of the Year 2009 and Herald Society's Education 
>>>>>>>> Initiative of the Year 2009.
>>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/n
>>>>>>>> a
>>>>>>>> m
>>>>>>>> e
>>>>>>>> ,
>>>>>>>> 6
>>>>>>>> 219,en.html
>>>>>>>>
>>>>>>>> Winner: Times Higher Education's Outstanding Support for Early 
>>>>>>>> Career Researchers of the Year 2010, GCU as a lead with 
>>>>>>>> Universities Scotland partners.
>>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/n
>>>>>>>> a
>>>>>>>> m
>>>>>>>> e
>>>>>>>> ,
>>>>>>>> 1
>>>>>>>> 5691,en.html
>>>>>>>>
>>>>>>>> This message and any attachment are intended solely for the 
>>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>>> received this message in error, please send it back to me, and 
>>>>>>>> immediately delete it.   Please do not use, copy or disclose 
>>>>>>>> the information contained in this message or in any 
>>>>>>>> attachment.  Any views or opinions expressed by the author of 
>>>>>>>> this email do not necessarily reflect the views of the 
>>>>>>>> University of Nottingham.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> This message has been checked for viruses but the contents of an
>>>>>>>> attachment
>>>>>>>>
>>>>>>>> may still contain software viruses which could damage your 
>>>>>>>> computer system, you are advised to perform your own checks. 
>>>>>>>> Email communications with the University of Nottingham may be 
>>>>>>>> monitored as permitted by UK legislation.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/E
>>>>>>>> m
>>>>>>>> a
>>>>>>>> i
>>>>>>>> l
>>>>>>>> _
>>>>>>>> Signature_Image.jpg]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>> This message and any attachment are intended solely for the 
>>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>>> received this message in error, please send it back to me, and 
>>>>>>>> immediately delete it.   Please do not use, copy or disclose 
>>>>>>>> the information contained in this message or in any 
>>>>>>>> attachment.  Any views or opinions expressed by the author of 
>>>>>>>> this email do not necessarily reflect the views of the 
>>>>>>>> University of Nottingham.
>>>>>>>>
>>>>>>>> This message has been checked for viruses but the contents of an
>>>>>>>> attachment may still contain software viruses which could 
>>>>>>>> damage your computer system, you are advised to perform your 
>>>>>>>> own checks. Email communications with the University of 
>>>>>>>> Nottingham may be monitored as permitted by UK legislation.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/E
>>>>>>>> m
>>>>>>>> a
>>>>>>>> i
>>>>>>>> l
>>>>>>>> _
>>>>>>>> Signature_Image.jpg]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Xerte mailing list
>>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>> This message and any attachment are intended solely for the 
>>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>>> received this message in error, please send it back to me, and 
>>>>>>>> immediately delete it.   Please do not use, copy or disclose 
>>>>>>>> the information contained in this message or in any 
>>>>>>>> attachment.  Any views or opinions expressed by the author of 
>>>>>>>> this email do not necessarily reflect the views of the 
>>>>>>>> University of Nottingham.
>>>>>>>>
>>>>>>>> This message has been checked for viruses but the contents of an
>>>>>>>> attachment may still contain software viruses which could 
>>>>>>>> damage your computer system, you are advised to perform your 
>>>>>>>> own checks. Email communications with the University of 
>>>>>>>> Nottingham may be monitored as permitted by UK legislation.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Xerte mailing list
>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>> This message and any attachment are intended solely for the 
>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>> received this message in error, please send it back to me, and 
>>>>>>> immediately delete it.   Please do not use, copy or disclose the 
>>>>>>> information contained in this message or in any attachment.  Any 
>>>>>>> views or opinions expressed by the author of this email do not 
>>>>>>> necessarily reflect the views of the University of Nottingham.
>>>>>>>
>>>>>>> This message has been checked for viruses but the contents of an 
>>>>>>> attachment may still contain software viruses which could damage 
>>>>>>> your computer system, you are advised to perform your own 
>>>>>>> checks. Email communications with the University of Nottingham 
>>>>>>> may be monitored as permitted by UK legislation.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Em
>>>>>>> a
>>>>>>> i
>>>>>>> l
>>>>>>> _
>>>>>>> Signature_Image.jpg]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Xerte mailing list
>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>> This message and any attachment are intended solely for the 
>>>>>>> addressee and may contain confidential information. If you have 
>>>>>>> received this message in error, please send it back to me, and 
>>>>>>> immediately delete it.   Please do not use, copy or disclose the 
>>>>>>> information contained in this message or in any attachment.  Any 
>>>>>>> views or opinions expressed by the author of this email do not 
>>>>>>> necessarily reflect the views of the University of Nottingham.
>>>>>>>
>>>>>>> This message has been checked for viruses but the contents of an 
>>>>>>> attachment may still contain software viruses which could damage 
>>>>>>> your computer system, you are advised to perform your own 
>>>>>>> checks. Email communications with the University of Nottingham 
>>>>>>> may be monitored as permitted by UK legislation.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Glasgow Caledonian University is a registered Scottish charity,
>>>>>>> number
>>>>>>> SC021474
>>>>>>>
>>>>>>> Winner: Times Higher Education’s Widening Participation 
>>>>>>> Initiative of the Year 2009 and Herald Society’s Education 
>>>>>>> Initiative of the Year 2009.
>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/na
>>>>>>> m
>>>>>>> e
>>>>>>> ,
>>>>>>> 6
>>>>>>> 219,en.html
>>>>>>>
>>>>>>> Winner: Times Higher Education’s Outstanding Support for Early 
>>>>>>> Career Researchers of the Year 2010, GCU as a lead with 
>>>>>>> Universities Scotland partners.
>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/na
>>>>>>> m
>>>>>>> e
>>>>>>> ,
>>>>>>> 1
>>>>>>> 5691,en.html
>>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Em
>>>>>>> a
>>>>>>> i
>>>>>>> l
>>>>>>> _
>>>>>>> Signature_Image.jpg]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Glasgow Caledonian University is a registered Scottish charity,
>>>>>>> number
>>>>>>> SC021474
>>>>>>>
>>>>>>> Winner: Times Higher Education’s Widening Participation 
>>>>>>> Initiative of the Year 2009 and Herald Society’s Education 
>>>>>>> Initiative of the Year 2009.
>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/na
>>>>>>> m
>>>>>>> e
>>>>>>> ,
>>>>>>> 6
>>>>>>> 219,en.html
>>>>>>>
>>>>>>> Winner: Times Higher Education’s Outstanding Support for Early 
>>>>>>> Career Researchers of the Year 2010, GCU as a lead with 
>>>>>>> Universities Scotland partners.
>>>>>>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/na
>>>>>>> m
>>>>>>> e
>>>>>>> ,
>>>>>>> 1 5691,en.html _______________________________________________
>>>>>>> Xerte mailing list
>>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>>
>>>>>> -- 
>>>>>> -- 
>>>>>>
>>>>>> Tom Reijnders
>>>>>> TOR Informatica
>>>>>> Chopinlaan 27
>>>>>> 5242HM Rosmalen
>>>>>> Tel: 073 5226191
>>>>>> Fax: 073 5226196
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Xerte mailing list
>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Ema
>>>>>> i
>>>>>> l
>>>>>> _
>>>>>> Signature_Image.jpg]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Xerte mailing list
>>>>>> Xerte at lists.nottingham.ac.uk
>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>>
>>>>> -- 
>>>>> -- 
>>>>>
>>>>> Tom Reijnders
>>>>> TOR Informatica
>>>>> Chopinlaan 27
>>>>> 5242HM Rosmalen
>>>>> Tel: 073 5226191
>>>>> Fax: 073 5226196
>>>>>
>>>>>
>>>>> This message and any attachment are intended solely for the 
>>>>> addressee and may contain confidential information. If you have 
>>>>> received this message in error, please send it back to me, and 
>>>>> immediately delete it.   Please do not use, copy or disclose the 
>>>>> information contained in this message or in any attachment.  Any 
>>>>> views or opinions expressed by the author of this email do not 
>>>>> necessarily reflect the views of the University of Nottingham.
>>>>>
>>>>>
>>>>>
>>>>> This message has been checked for viruses but the contents of an
>>>>> attachment
>>>>>
>>>>> may still contain software viruses which could damage your 
>>>>> computer system, you are advised to perform your own checks. Email 
>>>>> communications with the University of Nottingham may be monitored 
>>>>> as permitted by UK legislation.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Emai
>>>>> l
>>>>> _
>>>>> Signature_Image.jpg]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Xerte mailing list
>>>>> Xerte at lists.nottingham.ac.uk
>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>>
>>>> -- 
>>>> -- 
>>>>
>>>> Tom Reijnders
>>>> TOR Informatica
>>>> Chopinlaan 27
>>>> 5242HM Rosmalen
>>>> Tel: 073 5226191
>>>> Fax: 073 5226196
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Xerte mailing list
>>>> Xerte at lists.nottingham.ac.uk
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Email
>>>> _
>>>> Signature_Image.jpg]
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Xerte mailing list
>>>> Xerte at lists.nottingham.ac.uk
>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>>
>>> -- 
>>> -- 
>>>
>>> Tom Reijnders
>>> TOR Informatica
>>> Chopinlaan 27
>>> 5242HM Rosmalen
>>> Tel: 073 5226191
>>> Fax: 073 5226196
>>>
>>>
>>>
>>> _______________________________________________
>>> Xerte mailing list
>>> Xerte at lists.nottingham.ac.uk
>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Email_
>>> Signature_Image.jpg]
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Xerte mailing list
>>> Xerte at lists.nottingham.ac.uk
>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>>
>> -- 
>> -- 
>>
>> Tom Reijnders
>> TOR Informatica
>> Chopinlaan 27
>> 5242HM Rosmalen
>> Tel: 073 5226191
>> Fax: 073 5226196
>>
>>
>> This message and any attachment are intended solely for the addressee 
>> and may contain confidential information. If you have received this 
>> message in error, please send it back to me, and immediately delete 
>> it.   Please do not use, copy or disclose the information contained 
>> in this message or in any attachment.  Any views or opinions 
>> expressed by the author of this email do not necessarily reflect the 
>> views of the University of Nottingham.
>>
>>
>>
>> This message has been checked for viruses but the contents of an 
>> attachment
>>
>> may still contain software viruses which could damage your computer 
>> system, you are advised to perform your own checks. Email 
>> communications with the University of Nottingham may be monitored as 
>> permitted by UK legislation.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> [http://www.marjon.ac.uk/media/marjon/promotions/emailsignature/Email_Signature_Image.jpg] 
>>
>>
>>
>>
>>
>> _______________________________________________
>> Xerte mailing list
>> Xerte at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>
>> Glasgow Caledonian University is a registered Scottish charity, 
>> number SC021474
>>
>> Winner: Times Higher Education’s Widening Participation Initiative of 
>> the Year 2009 and Herald Society’s Education Initiative of the Year 
>> 2009.
>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en.html 
>>
>>
>> Winner: Times Higher Education’s Outstanding Support for Early Career 
>> Researchers of the Year 2010, GCU as a lead with Universities 
>> Scotland partners.
>> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,en.html 
>>
>> _______________________________________________
>> Xerte mailing list
>> Xerte at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>>
>

-- 
--

Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196





More information about the Xerte mailing list