[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: bug report: msxml3, loadXML()

  • From: Francis Norton <francis@r...>
  • To: "Simon St.Laurent" <simonstl@s...>
  • Date: Wed, 27 Sep 2000 16:41:17 +0100

msxml3 norton


"Simon St.Laurent" wrote:
> 
> At 01:59 PM 9/27/00 +0100, Francis Norton wrote:
> >This caused me some grief. I think it's an absence-of-error-message bug
...
> 
> It should be documented in the method documentation (and hopefully will
> be), but you might also want to take a look at "How to Encode XML Data", a
> piece Chris Lovett wrote for MSDN:
> 
> http://msdn.microsoft.com/xml/articles/xmlencodings.asp
...

Thanks - useful article. I see I may have to find some way of accessing
SAFEARRAYs from server-side JScript - either that or establish that it
is in fact safe to simply knock out the xml declaration before the
loadXML() call!

On the absence-of-error-message point, the article above suggests (but,
I agree, does not *specify*) that this problem might generate a

	Switch from current encoding to specified encoding not supported.

error message. In fact the attached query program generates no error
messages at all, as can be seen -

---
D:\xmlSchema>tableXpath table_0.xml "Francis Norton"
Phone=555-676767.

D:\xmlSchema>tableXpath table.xml "Francis Norton"

D:\xmlSchema>
---

Thanks -

Francis.
-- 
Francis Norton.

why not?
<?xml version="1.0" encoding="UTF-8"?>
<Table>
 <Record>
   <ID>42</ID>
   <Name>Sean McGrath</Name>
   <Phone location="m">555-424242</Phone>
   <EMail>sean@d...</EMail>
   <Address1>Enniscrone</Address1>
   <Address2>County Sligo</Address2>
   <Address3>Ireland</Address3>
 </Record>
 <Record>
   <ID>89</ID>
   <Name><!-- spelling? -->Francis Norton</Name>
   <Phone location="h">555-676767</Phone>
   <EMail>francis@r...</EMail>
   <Address1>Brixton</Address1>
   <Address2>London</Address2>
   <Address3>UK</Address3>
 </Record>
</Table>
<?xml version="1.0"?>
<Table>
 <Record>
   <ID>42</ID>
   <Name>Sean McGrath</Name>
   <Phone location="m">555-424242</Phone>
   <EMail>sean@d...</EMail>
   <Address1>Enniscrone</Address1>
   <Address2>County Sligo</Address2>
   <Address3>Ireland</Address3>
 </Record>
 <Record>
   <ID>89</ID>
   <Name><!-- spelling? -->Francis Norton</Name>
   <Phone location="h">555-676767</Phone>
   <EMail>francis@r...</EMail>
   <Address1>Brixton</Address1>
   <Address2>London</Address2>
   <Address3>UK</Address3>
 </Record>
</Table>

tableXpath.js


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.