View Single Post
  #6 (permalink)  
Old May 11th, 2009, 05:41 PM
spring2009 spring2009 is offline
Registered User
Points: 23, Level: 1
Points: 23, Level: 1 Points: 23, Level: 1 Points: 23, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2009
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Martin,
Thanks a lot for your help.

Can this be used to apply for attributes in similar fashion? I am using your samples but just wanted to check. I have to use multiple attributes from UpdateData tag with the checkbox on IsAuthorized attribute.

Can you please either point me to a reference link which i could use to update the attribute in place of
"doc.documentElement.selectSingleNode(cb.name).text = cb.checked ? 'true' : 'false';
" or how to do it?


Code:
<
Code:
Detail>
<UpdateData ID="887618" GUID="6fa81a06-fe17-4941-bb3c-de597afd29d0" BulletinID="" KBID="887618" Type="2" IsAuthorized="false" IsInstalled="true" Severity="0" RestartRequired="false">
<Title>Office 2003 Service Pack 2 for Proofing Tools</Title></UpdateData> </Detail>


As much as I wish to explore and experiment with it myself, I have just another day to finish the task on hand as i wasted one week trying to fix whatever I posted earlier today.
thanks again.
Reply With Quote