Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: How to use SAX2 in ASP


Message #1 by <Nilesh.Chittal@s...> on Wed, 20 Feb 2002 14:40:49 +0530
This is a multi-part message in MIME format.



------_=_NextPart_001_01C1B9EE.7D1D0DC9

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Dear Sir,



MSDN provides the implementation of xml parser using SAX in VB, What i

need to do is parse a xml file (schema ) and create a XML file in ASP

and IE5.0. I have loaded the msxml3.dll on my PC.



I am able to load the SAXXMLReader using the code below

Dim objReader

Set objReader =3D3D Server.CreateObject("msxml2.SAXXMLReader")=3D20



however I am not able to load the ContentHandlerImpl and

ErrorHandlerImpl in the similar way and add to objReader.



Could you please provide me the code to load the SAXXMLReader,

ContentHandlerImpl and ErrorHandlerImpl



Any Help in this regard will be greatly appreciated.

Regards,

Nilesh





  Return to Index