jssimporter / JSSImporter

JSSImporter is deprecated. Please see the wiki for alternatives
Apache License 2.0
145 stars 38 forks source link

Fix for policy category with ampersand in name #161

Closed grahampugh closed 5 years ago

grahampugh commented 5 years ago

This fixes issue #160, the problem of an not well-formed (invalid token): line X, column Y error if any of the input keys contain characters that should be XML escaped. This includes POLICY_CATEGORY, SELF_SERVICE_DESCRIPTION, PROD_NAME etc.

It may also prevent the problem of category not being assigned to policies. There was what appears to be an indentation error in this section.