Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Sending application-specific XML as a string paremeter to an RPC::XML method.

by etcshadow (Priest)
on Mar 30, 2004 at 00:18 UTC ( [id://340801]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $xmlstring =~ s/\&/&/g;
    $xmlstring =~ s/\</&lt;/g;
    $xmlstring =~ s/\>/&gt;/g;
    $xmlstring =~ s/\"/&quot;/g;
    $xmlstring =~ s/\'/&apos;/g;
    
  2. or download this
    ------------
    :Wq
    Not an editor command: Wq
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://340801]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-24 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found