Opened 10 years ago

Closed 10 years ago

#383 closed defect (wontfix)

Import fails on notes containing ampersand (&)

Reported by: dstillman Owned by: simon
Priority: major Milestone: 1.0 Beta 3
Component: ingester Version: 1.0
Keywords: Cc:

Description

From Elena:

Zotero gives an error on RDF import--"Alert: no translators could be found"--if the & character is in the note, but the import works fine when the character is taken out.

Change History (2)

comment:1 Changed 10 years ago by simon

  • Milestone changed from 1.0 Final to 1.0 Beta 3
  • Priority changed from minor to major

comment:2 Changed 10 years ago by simon

  • Resolution set to wontfix
  • Status changed from new to closed

This doesn't seem to happen as long as the RDF is exported from Zotero. The problem is that using "&" results in invalid XML, and the Mozilla RDF engine chokes. Using "amp;" instead of "&" produces the desired behavior.

Note: See TracTickets for help on using tickets.