-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
While investigating an issue with importing a .vcf file that was exported from OS X, we found ASCII characters that are not supported by the default XML 1.0 version generated when creating a new XCardDocument. The issue is revealed later when a backend component attempts to parse the generated XML using SAX.
I was looking for a way via ez-vcard to allow setting the XML version to 1.1 when generating the XCardDocument.