[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX for .NET 1.0 released


mono sax
> > Well, SAXExpat is a wrapper for Expat, which is written in C.
> > Therefore it needs to use PInvoke calls, which are a more esoteric feature
> > of the .NET platform.
> >
> > On Mono 1.0.1 I was able to parse simple files, but not even the
> > included conformance test demo ran properly. On Mono 1.0.2 it got worse.
> > All I could determine with the --trace option was that at the point
> > when the ExpatInterop assembly (where the PInvoke code is contained)
> > was loaded it throws a null-reference exception.
> 
> This was caused by a regression in 1.0.2 which will be fixed in the upcoming
> 1.0.3 version. It is also fixed in the 1.1.1 development version.

Good to hear that. I'll check the new release as soon as it is available.
 
> Also, some methods in Expat.cs, like XMLErrorString, are defined to
> return a 'string' in
> managed code, but the unmanaged method returns a pointer to static memory. This
> will cause problems since the runtime will attempt to free the memory
> returned by the
> unmanaged function. The solution is to return 'IntPtr' and explicitly
> marshal the pointer
> to a string using the functions in the Marshal class.

I thought that is taken care of by default marshalling, where
a copy is made of the string, so the above should not happen.
Does Mono not have default marshalling?

XMLErrorString has not given me trouble yet, and it is used
every time I parser a faulty document, especially when I run
SAXExpat against the XML-Test-Suite.
 
> > I also could not build the ExpatInterop assembly on Mono, as it needs
> > post-processing with ildasm and ilasm to configure the call-back
> > delegates for the cdecl calling convention. The equivalent tools
> > on Mono (monodis and ilasm) are not mature enough yet.
> 
> Could you file bug reports about this in Mono bugzilla:
> 
> http://bugzilla.ximian.com
> 

OK, will do as soon as I have time.

I appreciate that you took the time to check out SAX & SAXExpat.

Karl

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.