All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.xproc.error.xpl Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version


    
    
        

Example usage:

            <px:error code="pxe:PEOU0001" message="URI must be absolute and refer to the local file system: $1">
                <p:with-param name="param1" select="$href"/>
            </px:error>
        

Documents on this port will be ignored.

If one or more c:errors documents are supplied on this port, the errors will be reported and the last error will be raised.

Nothing can ever appear on this port since the step will always fail.

Must be set if there are no documents on the "error" port. Must not be set if there are documents on the "error" port. Description of the error that occured. $1, $2 etc will be replaced with the contents of optios "param1", "param2", etc. Must be set if there is a document on the "error" port. Must not be set if there are documents on the "error" port.

One or more c:errors documents.

"message" option must not be set if there are documents on the "error" port. "code" option must not be set if there are documents on the "error" port. "message" option must be set "code" option must be set MESSAGE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy