Random photo
Loading...
Domains for sale
|
March 30, 2004Xerces.NET???May be I missed something, but looks like Travis Bright is converting Apache Xerces XML parser to .NET. I wonder what for? Aha, he's PM for the Java Language Conversion Assistant (JLCA). That explains. Btw, one day I stumbled across CSS parsing in .NET. Java version of the product I've been working on used W3C's Flute CSS parser and I didn't manage to find any .NET CSS parsers. So I just created J# project in Visual Studio, imported Flute's java sources, compiled them into dll with no any hitch and that's it - it just worked. March 30, 2004 9:18 PM
| #XML in .NET
Comments
Niklas Gustavsson created a very good CSS parser for our SharpVectors project: http://www.sharpvectors.org/ . If you ever have the need for another CSS parser, you may want to check it out. Unfortunately, it isn't a separate download, but it is a separate VS project within SVG#. Posted by: donAT NOSPAMdonxml.com (DonXML Demsak) at March 30, 2004 10:20 PMPost a comment
|