• Show log

    Commit

  • Hash : 15794990
    Author : Noam Postavsky
    Date : 2012-03-19T16:08:16

    add function xmlTextReaderRelaxNGValidateCtxt()
    
    Since there is xmlTextReaderSchemaValidateCtxt() it seems like there
    should be an equivalent RelaxNG function. The attached patch adds it.
    The code is essentially the same as Schema implementation, but I'm
    uncertain as to how to add things to the documentation and test suite:
    there seems to be a lot of auto-generation going on.