__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
from lxml.includes cimport xmlerror
from lxml.includes.tree cimport xmlDoc

cdef extern from "libxml/schematron.h" nogil:
    ctypedef struct xmlSchematron
    ctypedef struct xmlSchematronParserCtxt
    ctypedef struct xmlSchematronValidCtxt

    ctypedef enum xmlSchematronValidOptions:
        XML_SCHEMATRON_OUT_QUIET     =    1 # quiet no report
        XML_SCHEMATRON_OUT_TEXT      =    2 # build a textual report
        XML_SCHEMATRON_OUT_XML       =    4 # output SVRL
        XML_SCHEMATRON_OUT_ERROR     =    8 # output via xmlStructuredErrorFunc
        XML_SCHEMATRON_OUT_FILE      =  256 # output to a file descriptor
        XML_SCHEMATRON_OUT_BUFFER    =  512 # output to a buffer
        XML_SCHEMATRON_OUT_IO        = 1024 # output to I/O mechanism

    cdef xmlSchematronParserCtxt* xmlSchematronNewDocParserCtxt(
        xmlDoc* doc)
    cdef xmlSchematronParserCtxt* xmlSchematronNewParserCtxt(
        char* filename) nogil
    cdef xmlSchematronValidCtxt* xmlSchematronNewValidCtxt(
        xmlSchematron* schema, int options)

    cdef xmlSchematron* xmlSchematronParse(xmlSchematronParserCtxt* ctxt)
    cdef int xmlSchematronValidateDoc(xmlSchematronValidCtxt* ctxt,
                                      xmlDoc* instance)

    cdef void xmlSchematronFreeParserCtxt(xmlSchematronParserCtxt* ctxt)
    cdef void xmlSchematronFreeValidCtxt(xmlSchematronValidCtxt* ctxt)
    cdef void xmlSchematronFree(xmlSchematron* schema)
    cdef void xmlSchematronSetValidStructuredErrors(
        xmlSchematronValidCtxt* ctxt,
        xmlerror.xmlStructuredErrorFunc error_func, void *data)

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.pxd File 0 B 0644
__init__.py File 0 B 0644
c14n.pxd File 1.08 KB 0644
config.pxd File 96 B 0644
dtdvalid.pxd File 689 B 0644
etree_defs.h File 13.91 KB 0644
etreepublic.pxd File 9.95 KB 0644
htmlparser.pxd File 2.74 KB 0644
lxml-version.h File 71 B 0644
relaxng.pxd File 2.55 KB 0644
schematron.pxd File 1.57 KB 0644
tree.pxd File 19.91 KB 0644
uri.pxd File 145 B 0644
xinclude.pxd File 804 B 0644
xmlerror.pxd File 56.66 KB 0644
xmlparser.pxd File 11.17 KB 0644
xmlschema.pxd File 1.66 KB 0644
xpath.pxd File 5.47 KB 0644
xslt.pxd File 8.05 KB 0644
Filemanager