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

sttl.pperror.display.rq Maven / Gradle / Ivy

template st:display (?title, ?amap) {

    if (xt:size(?amap) = 0, 
        str(?title),
        concat(str(?title), " not correct: ", xt:size(?amap), " failures"))
        
    st:nl() st:nl() 
    
    st:call-template(st:displaymap, ?amap)
}
where {
    bind (st:set(st:execmode, st:standalone) as ?tmp)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy