Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: reading XML elements with asp

From: "Joe Fawcett" <joefawcett@-------.--->
To: NULL
Date: 7/2/2004 3:03:00 PM
"sismis" <zbosnjak@g...> wrote in message 
news:cc3p3b$t0b$1@l......
>
> "Joe Fawcett" <joefawcett@h...> wrote in message
> news:#7KcygDYEHA.3476@t......
>> "sismis" <zbosnjak@g...> wrote in message
>> news:cc3n4e$q1m$1@l......
>> > Hi!
>> >
>> > I need to fill the database with selected elements from XML, but cant
> get
>> > them apart.
> ...
>> Firstly do not use "microsoft.xmldom". Find out what version your server
>> has, hopefully version 4.0, and use the specific id, e.g.
>> "MsXml2.DomDocument.4.0".
>> Next you're better placed if you use XPath to select the nodes you want
>
>
> Thnx, but don't know which version is, server is Win 2000 SP4.
>
> There is an error: Server object, ASP 0177 (0x800401F3), Invalid ProgID...
> Where can I get update?
>
>

http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en

Although you don't need it for this particular usage. Using your current 
progId will get you version 2 or 3 depending on how version 3 was installed. 
If you can't or are not allowed to install version 4 use 
"MsXml2.DomDocument.3.0" as your progId and add the following line after 
instantiation:

source.setProperty "SelectionLanguage", "XPath"

-- 

Joe





transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent