[Mono-dev] [CODE] Missing System.Web.RegularExpressions assembly

Marek Habersack grendel at caudium.net
Thu Oct 27 07:31:08 EDT 2005


Hello everybody,

  While looking for a way to parse ASPX files (in order to extract
translatable strings from them) I have come across this project
http://www.codeproject.com/aspnet/ASParser.asp which fits my needs
perfectly, but it turned out that the Mono runtime lacked the
System.Web.RegularExpressions assembly. I have implemented this (very)
simple assembly, you can find it in attachment.
  I have never looked at any of the Microsoft shared CLI source code, nor
any proprietary source code implementing the CLI. The regexp strings
contained in the assembly are taken from the Microsoft implementation by
means of the ToString() method called for all of the classes in the
assembly.
  I hope you find the code useful for the project (not much code inside, but
nevertheless - another compatibility piece with Microsoft .Net... :)

best regards,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.Web.RegularExpressions.tar.bz2
Type: application/octet-stream
Size: 4391 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051027/f134b30e/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051027/f134b30e/attachment.bin 


More information about the Mono-devel-list mailing list