Hi,
I want to re-write a DOM function relaxNGValidate to customize it for my application.
But problem is ,I couldn t find the defintion/body of that function anywhere or its class DOMDocument ,so that i can re-write the functionality.
Actually i have to include the same functionality + something else.
I can inherit the class and method but i want to see original definition.
Please help me with this.