Hi,
if I do:
var content = gadget.storage.openText("views/question.xml");
This will read the content from the file into 'content' variable. If I
want to set the detailsview content to this variable, i can do the
following:
htmlDetailsView.setContent("", undefined, content, false, 0);
However, it will print out the content and will not parse it like the
default XML file. Is there a way I can read the XML content and parse
it as well?
I need this because then I will be able to dynamically change the
content of the XML file.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---