If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Preserving entities in MSXML2.DOMDocument

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-03, 17:53
srivalli9 srivalli9 is offline
Registered User
 
Join Date: Oct 2003
Posts: 32
Preserving entities in MSXML2.DOMDocument

Hi

My VB program accesses a XML document that has general entity references (like — etc....) and populates the appropriate fields in the Access Database.

fRAGMENT OF MY CODE...
---------------------------------------------------------
Dim objXMLDOM As New MSXML2.DOMDocument
objXMLDOM.Load(filePath)
---------------------------------------------------------

The problem is that, the DEFAULT implementation of the parser EXPANDS the entity references, which is what I DO NOT want.

Is there any way to tell the parser NOT to expand entities?

Any help is grately appreciated!

Thanks a lot.
-Srivalli.
Reply With Quote
  #2 (permalink)  
Old 12-15-03, 10:10
srivalli9 srivalli9 is offline
Registered User
 
Join Date: Oct 2003
Posts: 32
Hi

I'm just wondering if there is any other approppriate section for questions regarding XML access in VB.

Thanks.

-Srivalli.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On