This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

#622 closed defect (fixed)

XML export of abstracts is not well-formed XML

Reported by: makub Owned by: pferreir
Priority: normal Milestone: v0.97.1
Component: General Version: 0.97.0
Keywords: Cc:

Description

XML export of abstracts produces the following wrong XML:

<?xml version="1.0" encoding="UTF-8"?>
<AbstractBook>
 <Conference>some conference</Conference>
 <abstract>
  <Id>6</Id>
  <Title>some title</Title>
  <Content></Content>
  <content></content>
  <1>The ...

The <1> tag is wrong, according to the XML specification at http://www.w3.org/TR/xml/#dt-name a tag must not start with a digit.

Attachments (1)

abstract_xml.patch (1.5 KB) - added by makub 5 years ago.
a better patch for both individual and mass export

Download all attachments as: .zip

Change History (7)

Changed 5 years ago by makub

a better patch for both individual and mass export

comment:1 Changed 5 years ago by pferreir

  • Status changed from new to in_merge

comment:2 Changed 5 years ago by jbenito

  • Milestone set to v0.97.1

comment:3 Changed 5 years ago by pferreir

  • Status changed from in_merge to assigned

comment:4 Changed 5 years ago by pferreir

  • Owner set to pferreir

comment:5 Changed 5 years ago by pferreir

  • Status changed from assigned to in_merge

comment:6 Changed 5 years ago by Pedro Ferreira <jose.pedro.ferreira@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [0e6671dc0262972838b85ad196c5702f335d7276]:

[FIX] XML-compliance of exported abstracts

  • Thanks to Martin Kuba for the patch;
  • Fixes #622;
Note: See TracTickets for help on using tickets.