lispercat / sailpoint-iiq-dev-accelerator

VSCode extension to accelerate and facilitate development by directly interacting with the target Sailpoint IIQ server
MIT License
31 stars 10 forks source link

Error parsing xml files with files where ImportAction name="merge" #23

Closed ghost closed 2 years ago

ghost commented 2 years ago

The following is a valid xml file but the plugin is reporting "error parsing" any time I open it. This appears to be happening with any merge files.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sailpoint PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<sailpoint>
    <ImportAction name="merge">
        <Configuration name="SystemConfiguration">
            <Attributes>
                <Map>
                     some entries
                 </Map>
            </Attributes>
        </Configuration>
    </ImportAction>
</sailpoint>
lispercat commented 2 years ago

Hi Mark, I just released 1.0.33 a few minutes ago. Can you try to update the plugin (usually happens automatically) and see if it fixes the issue?

On Fri, Jan 14, 2022 at 12:32 PM Mark Earnest @.***> wrote:

The following is a valid xml file but the plugin is reporting "error parsing" any time I open it. This appears to be happening with any merge files. some entries

— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZB2HOHHFGTF2MBBU2W3UWBM3PANCNFSM5L7LUFDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghost commented 2 years ago

1.0.33 fixed it. closing