OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] DTD parser in c#

[ Lists Home | Date Index | Thread Index ]


> Hi Karl,
> 
> Thanks for your reply. I have tested it and I encounter some error as below.
> Please advise.
> 
> The type or namespace name 'IXMLReader' could not be found
> The type or namespace name 'reader' could not be found
> The type or namespace name 'IProperty' could not be found
> The type or namespace name 'lexProp' could not be found
> The type or namespace name 'StreamInputSource' could not be found
> 
> I already include sax.dll and system.dll in this project. Please advise.

Well, these are all declared in the various namespaces of SAX.NET.
You should be using some or all of these namespaces:
System.Xml.Sax, System.Xml.SaxExt, System.Xml.Sax.Helpers,
System.Xml.SaxExt.Helpers.

However, I think it has been explained that SAX itself only
provides a specification and some core framework classes.
Currently there is no release of an actual SAX.NET parser.
However, I can e-mail you the Expat wrapper for SAX.NET,
if you want to play around a little. I would welcome the testing.

Karl




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS