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

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

There is a newer version: 3.1.2
Show newest version


    
    
        

Example usage:

            <px:assert message="All d:file elements must have a media-type attribute. $1 and $2 more d:file elements is missing their media-type attribute." severity="ERROR" error-code="pxe:PEOU0002">
               <p:with-param name="param1" select="(/d:fileset/d:file[not(@media-type)])[1]/@href"/>
               <p:with-param name="param2" select="count(/d:fileset/d:file[not(@media-type)])-1"/>
           </px:assert>
        




© 2015 - 2025 Weber Informatics LLC | Privacy Policy