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)
Change History (7)
Changed 5 years ago by makub
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
Note: See
TracTickets for help on using
tickets.
a better patch for both individual and mass export