String containing XML to ADP
Summary:
Hello, I would thank any help with the following.
In VB I get an XML (after a decode64) string like this:
<ROWSET>
<TEST>
<CAMPO1>44</CAMPO1>
<CAMPO2>AA</CAMPO2>
</TEST>
<TEST>
<CAMPO1>33</CAMPO1>
<CAMPO2>BB</CAMPO2>
</TEST>
</ROWSET>
I would need to know the steps to convert to an ADP, to show and manipulate.
Unfortunately I am not a javascript expert so it is difficult for me to convert this into an ADP, I think it's a js related stuff.
Please, if anyone could elaborate the steps.
Juan
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0