in reply to Sending application-specific XML as a string paremeter to an RPC::XML method.
That's all there is to it.$xmlstring =~ s/\&/&/g; $xmlstring =~ s/\</</g; $xmlstring =~ s/\>/>/g; $xmlstring =~ s/\"/"/g; $xmlstring =~ s/\'/'/g;
------------ :Wq Not an editor command: Wq
|
|---|