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

Attachment: System.Web.RegularExpressions.tar.bz2
Description: Binary data

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to