Xml export plugin error

Hello,
we are using OJS 3.0.2.0. while trying to export xml via doaj and datacite export plugins, the following error occurs:

Validation errors:

Element ‘fullTextUrl’: ‘http://www.ijrvet.net/index.php?journal=IJRVET&page=article&op=view&path[]=233’ is not a valid value of the atomic type ‘xs:anyURI’.
Invalid XML:

<?xml version="1.0" encoding="utf-8"?>
<records xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://doaj.org/static/doaj/doajArticles.xsd">
  <record>
    <language>eng</language>
    <publisher>VETNET European Research Network Vocational Education and Training / European Educational Research Association</publisher>
    <journalTitle>International Journal for Research in Vocational Education and Training</journalTitle>
    <issn>2197-8638</issn>
    <eissn>2197-8646</eissn>
    <publicationDate>2017-04-26</publicationDate>
    <volume>4</volume>
    <issue>1</issue>
    <startPage>20</startPage>
    <endPage>46</endPage>
    <doi>10.13152/IJRVET.4.1.2</doi>
    <publisherRecordId>233</publisherRecordId>
    <title language="eng"> Supporting Vocational Students' Development of Preventive Behaviour at Work: A Phenomenological Analysis of Teachers' Experiences</title>
    <authors>
      <author>
        <name>Alexandra Lecours</name>
        <email>Alexandra.Lecours@uqtr.ca</email>
        <affiliationId>0</affiliationId>
      </author>
      <author>
        <name>Pierre-Yves Therriault</name>
        <email>pierre-yves.therriault@umontreal.ca</email>
        <affiliationId>0</affiliationId>
      </author>
    </authors>
    <affiliationsList>
      <affiliationName affiliationId="0">Université du Québec à Trois-Riviéres, Canada</affiliationName>
    </affiliationsList>
    <abstract language="eng">
Statistics indicate that even if young workers complete vocational training, as a group they are at risk of sustaining injury. It appears that a lack of training in the area of injury prevention may explain some of this effect. Teachers are considered to be key actors in injury-prevention training and in the process of developing students' preventive behaviour at work, but little is known about the reality. The objective of this study was to understand how teachers experience their activities in support of students' development of injury-prevention behaviour at work. Semi-structured interviews were conducted with eleven teachers from four different vocational training programs. The content of the interviews was then examined using phenomenological analysis. Results show representations participants form of occupational health and safety, of injury-prevention behaviour and of their roles as teachers in relation to prevention. A closer look at these roles reveals the daily challenges teachers encounter. Among other things, there seems to be a lack of continuity in the training process, insufficient pedagogical resources and resistance on the students' part. Results offer an insight into teachers' experience with their part in the support of vocational students' development of injury-preventing behaviour.  It appears they recognize having to play an active role in the development of injury-preventing behaviour at work among students, but have to face daily challenges affecting their teaching. Results of this study can serve as a starting point to make improvements to the injury-prevention training offered in vocational training centres.
</abstract>
    <fullTextUrl format="html">http://www.ijrvet.net/index.php?journal=IJRVET&amp;page=article&amp;op=view&amp;path[]=233</fullTextUrl>
    <keywords/>
  </record>
</records>

Could not convert selected objects.

Hi @la_vet,

I think your post got eaten by the forum – make sure you use the “preformatted text” tool when including XML. This forum supports Markdown syntax.

Regards,
Alec Smecher
Public Knowledge Project Team

This is choking on the square brackets in the URL.

The square brackets are valid in the real world, and typical in PHP applications, but this common schema definition disallows them.

If you were able to use PATH_INFO, you could turn off disable_path_info in config.inc.php. This would allow for URLs without the querystring, and would be exportable.

This would change all of your URLs.