the + XML symbol disappears

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

the + XML symbol disappears

#1 Post by digitsoft »

the + XML symbol disappears
Can someone tell me this email address: DOCUMENTOSELECTRONICOSDE0612345678969789+900000000000000000000000000001@123.COM when I send it in an XML the + symbol disappears
Nolberto Paulino
Regards

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: the + XML symbol disappears

#2 Post by skiman »

Hi,

Maybe you can use the CDATA?

<![CDATA[your_email ]] >
Best regards,

Chris.
www.aboservice.be

k-insis
Posts: 100
Joined: Fri Jan 28, 2011 4:07 am

Re: the + XML symbol disappears

#3 Post by k-insis »

Are you sure reason is + sign? For XML there is no need to 'escape' plus sign, only these:

https://www.liquid-technologies.com/Ref ... gData.html

Is perhaps there some xsd schema part that is misconfigured or has wrong pattern config for email address field and does not allow plus sign?


You will need to provide more information including xsd for it and what you get as endpoint response.


digitsoft wrote: Thu Dec 28, 2023 7:15 am the + XML symbol disappears
Can someone tell me this email address: DOCUMENTOSELECTRONICOSDE0612345678969789+900000000000000000000000000001@123.COM when I send it in an XML the + symbol disappears

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: the + XML symbol disappears

#4 Post by digitsoft »

thanks for your help

but neither of the two options worked for me
Nolberto Paulino
Regards

Post Reply