How to parse an XML string using DOJO. The only examples I seen included older version of DOJO. Is there a newer version of DOJO that can parse XML file?
Thanks
Nags
How to parse an XML string using DOJO. The only examples I seen included older version of DOJO. Is there a newer version of DOJO that can parse XML file?
Thanks
Nags
I wanted to load a container widget in my custom widget but do it all in markup. How would you do that? I figured seeing this isn't specific on a dijit that this would be the right place to post this. If it's not, I'm sorry.
Hi,
I am calling xhrPost, which is returning me html code that I put in an innerHTML of some div.
Now, that html code contains dijit widgets. Now those widgets aren't displaying properly, and I guess it's because I have to parse them. Can I call a function to reparse the widgets automatically or do I have to parse each of them individually?
Thanks,
ltn2k