cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
0
Helpful
1
Replies

Parsing XML Document in a Script

daryl.chambers
Level 1
Level 1

All,

 

I am trying to write a scipt where a caller calls in provides a zip code and is provided with nearest Tag office closest to them.  I am a little confused about main srcipts and subflows.  Does anyone have an example of a main script on how I can get started?  I have attached my XML.  Any help would be greatly appreciated.

 

1 Reply 1

Aaron Harrison
VIP Alumni
VIP Alumni

Hi Daryl

I wouldn't worry about subflows. If you are just getting started I'd avoid them completely, they make debugging more tricky and are only of use if you are frequently re-running the same set of steps multiple times from a script or from multiple scripts.

Just do it all in one script.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!