Dear All,
I have query regarding the registry.
Is it possible to write it to windows registry using the XML?
if yes then what is the API or tag used to write it.
I am just a beginner in XML.
thanks in advance.
Regards,
Umesh
Martin Honnen - 23 Aug 2007 12:43 GMT
> I have query regarding the registry.
>
> Is it possible to write it to windows registry using the XML?
> if yes then what is the API or tag used to write it.
Why do you want to use XML when dealing with the Windows registry? It is
not based on XML so I don't see that XML helps.
The .NET framework 2.0 has this class
<URL:http://msdn2.microsoft.com/en-us/library/Microsoft.Win32.Registry.aspx>
to access the registry.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/