- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2014 08:56 AM
Hi All,
I have populated wizard varaible (multiline field) with XML string.
On the onLoad client script, I need to use the XML string populated in the wizard varaibel to get element values.
Not sure if any OOB functions for parsing XML string on the client side? if not what are the options?
Appericaite your help on this!
Thanks
Sats
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2014 09:44 AM
I'm pretty sure there is not OOB function in SNOW to parse XML, but on client side there is some other functions in Javascript.
If you check Parse XML using JavaScript - Stack Overflow you'll see a good example how to parse it and how to access each value,
If this answers your question, please mark it as answered,
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 07:09 AM
Thanks a lot Marcelo, this works perfect!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 07:12 AM
Thanks! Can you please mark the question as answered?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 07:22 AM
Sorry Marcelo, where is the option to mark this question as answered?