Skip to main content

XmlTextReader in while loop

Comments

1 comment

  • Permanently deleted user

    Your xml doc is on Server side, while Alert is on Client side.

    When left to the client by alert, your object of xml doc is lost. That is the reason.

    Rather than using Alert to bebug your workflow, try to use 'Write Line' or 'Log' which are the server side activity.

    wish this helps you out.

    0

Please sign in to leave a comment.