W
woostersoz
Hi
I have a toolbar written in .NET C++. I use the XMLDocument Load method
to open a file from a URL (which points to a remote server). So far, so
good.. I then edit this file's nodes in memory and then I want to save
it back to the same location (URL) from which I opened it.
When I try to do this using the XMLDocument Save method, I get an error
message "URI formats are not supported".
Does any one know how I can write an XML file to a remote server using
an URL ? Permissions on the server to write the file back are not an
issue.
Thanks
I have a toolbar written in .NET C++. I use the XMLDocument Load method
to open a file from a URL (which points to a remote server). So far, so
good.. I then edit this file's nodes in memory and then I want to save
it back to the same location (URL) from which I opened it.
When I try to do this using the XMLDocument Save method, I get an error
message "URI formats are not supported".
Does any one know how I can write an XML file to a remote server using
an URL ? Permissions on the server to write the file back are not an
issue.
Thanks