|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
I didn't use MSXML component,u can visit microsoft.public.xml newsgroup to get help!http://msdn.microsoft.com/newsgroup...sxml-webrelease
|
|
#3
|
|||
|
|||
|
Thanks clevepig, for the url.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Preserving entities in MSXML2.DOMDocument |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|