Previous Thread:   Listing "Attribute Hierarchy" "Display Folders" with XMLA

6/24/2006 10:10:02 AM    Latin characteres within XMLA
Hi, we are using SSAS 2005 SP 1 though msmdpump, but when text values contain  
  
latin characters (such as: áéíóú) the XML contains double question marks "??".  
  
We tried connecting from Excel through OLEDB for Analysis Services, and it  
  
works fine.  
  
Thanks



6/26/2006 12:30:37 PM    Re: Latin characteres within XMLA
You need to parse the XML response as UTF-8. If you save it as ANSI, then  
  
the latin characters won't be properly interpreted.  
  
Thanks,  
  
Akshai  
  
--  
  
Try out the MSDN Forums for Analysis Services at:  
  
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=83&SiteID=1  
  
This posting is provided "AS IS" with no warranties, and confers no rights  
  
Please do not send email directly to this alias. This alias is for newsgroup  
  
purposes only.  
  
"Jorge" <Jorge@discussions.microsoft.com> wrote in message  
  
news:AF11100F-305B-43EF-B7F3-F7AFCAB8BE0D@microsoft.com...