|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem with rendering of  
I have a similar (and maybe related) problem.
I am using a Perl CGI script on an IIS server with ADO and MSXML. I perform a query on a (currently MS Access) database containing 'memo' fields. when I try to persist the query result into XML 610 my $xml_tmp=Win32::OLE->new($MSXML);
611 $xml_tmp->{async}=0;
612 $xml_tmp->{validateOnParse}=$validate;
613 $xml_tmp->setproperty('SelectionLanguage','XPath');
614 $xml_tmp->setproperty('SelectionNamespaces',
615 'xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
616 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
617 xmlns:rs="urn:schemas-microsoft-com:rowset"
618 xmlns:z="#RowsetSchema"');
<snip/>.....
714 $rs->Save($xml_tmp,1) # 1 => adPersistADOI get an error as the XML is not well formed - containing illegal characters from the 'memo' field (one of the ones I found was rendered as a bullet 'blob' in MS Access). I had (optimistically) expected the ADO persistence to do any character conversion necessary to create a legal XML document. Is this likely to be a similar default encoding problem and could I fix this by specifying an encoding on my target XML object? Any help greatly appreciated. Passin, Tom wrote: From: Richard.McMillian@xxxxxxxx [mailto:Richard.McMillian@xxxxxxxx]
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








