Pointers passed to xmlValidateOneAttribute function of libxml?

edwinelectric

New Member
Want to use below mentioned function for validate parameter(from xml file) entered at runtime by CLI.int xmlValidateOneAttribute (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar * value)
  • xmlValidCtxtPtr refer here what?
  • xmlAttrPtr refer here what?
 
Back
Top