Encoding Error

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Encoding Error

wendelkerr
I created my own persistence for SQL Server, and the CRUD works fine,
BUT i'm having some trouble with the enconding i think,
i receive the xml text from the XForms like that when i'm going to save something

<?xml version="1.0" encoding="UTF-8"?><xhtml:html xmlns:xhtml="http://www.w3 ...............

<metadata>                     
<application-name>w4</application-name>                     
<form-name>usuario</form-name>                     
<title xml:lang="en">Cadastro</title>                     
<description xml:lang="en">Usuário</description>              <--------------PROBLEM!!!      
<author/>                     
<logo mediatype="" filename="" size=""/>                 
</metadata>             
</xforms:instance>....................

Any ideias how to solve this??