;[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 1:46 PM
Subject: Re: [from soap-user] Re: urgent help needed with:Error building
response evelope
i am using soap2_2
>From: Scott Nichol
>To: WANG xiulan , [EMAIL PROTECTED]
>Subject: [from soap-user] Re: urgent help needed with:Error
What version of Apache SOAP are you using?
Scott Nichol
- Original Message -
From: "WANG xiulan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 20, 2002 11:01 AM
Subject: urgent help needed with:Error building response evelope
Hi everyone,
w
hi ,
Thanxs for the help..
But it was really my bad I had not read the XML Spec..
- Original Message -
From: "Oleg Dulin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 5:26 PM
Subject: Re: Urgent help nee
> I was wondering if there was a decent way to escape the & sign ?
> May be URLEncoding the characters before stuffing them in to literal
> XML ?
> Would appreciate a quick fix !!
URLEncoding worked for me, but you can also use & (I think) to
represent an ampersand.
--
Regards,
Oleg Dulin
--
hi,
My bad ..
I could use & and stuff...
- Original Message -
From: "Naggi Rao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 8:42 AM
Subject: Urgent help needed
> Hi all,
> Its more of a XML Question ..
> I am passing a few elements (as literal XML) to my WebS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Escape it as: &
For more info, see section 2.4 of the XML spec:
http://www.w3.org/TR/REC-xml#syntax
- -Joseph
> -Original Message-
> From: Naggi Rao [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 29, 2001 8:42 AM
> To: [EMAIL PROTECTED]
>
>I was wondering if there was a decent way to escape the & sign ?
try these:
'&' -> &
'<' -> <
'>' -> >
ciao,
Norbert