monogataristories by Atsushi EnoRelaxngValidatingReader improvements- February 27, 2004 Recently I committed RELAX NG validating reader stuff. It was 9 months ago when I made the last commits on that classes, while that is what I had really wanted to do ;-) The usage is very easy: XmlReader r = new RelaxngValidatingReader ( new XmlTextReader ("sample.xml"), new XmlTextReader ("sample.rng")); Or you can specify RelaxngPattern instead of XmlReader: Wow, relaxng.rng is really self-describing, unlike XMLSchema.xsd ;-) RelaxngPattern p = RelaxngPattern.Read ( new...http://primates.ximian.com/~atsushi/blog/archives/000352.html it's my turn to drive- February 26, 2004 This is my first blog entry here. First, I have to introduce myself. I am Atsushi Enomoto, llving in Tokyo. I always write Atsushi Eno (since many Japanese friends call me eno). You will find me usually logging in mono at my working time (as 'eno'). I am working on XML stuff, except for XmlSerializer (Lluis rules). When I joined to the project, XmlReader, XmlWriter, DOM and XPath are already implemented. There are great pioneers. And after a few months, Ben implemented most of the managed...http://primates.ximian.com/~atsushi/blog/archives/000349.html |