spdx / LicenseListPublisher

Tool that generates license data found in the license-list-data repository from the license-list-XML source
Apache License 2.0
11 stars 18 forks source link

Alt text with semi-colons are not handled correctly #100

Open goneall opened 3 years ago

goneall commented 3 years ago

XML with a template like:

<alt match=".*" name="copyrightHolder4">, i.e., "Copyright (c)
          2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved"</alt>

fails since it creates a template including the semi-colon in the original=" keyword.

Escaping the semicolon will fix the template error, however, the semi-colon gets rendered in the XML for the website.