Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Saxon.ValidationReport

Queries the last validation report.

Component Version macOS Windows Linux Server iOS SDK
Saxon 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "Saxon.ValidationReport" )

Parameters

none

Result

Returns XML or error.

Description

Queries the last validation report.

Examples

Run validation:

Set Variable [ $Schema ; Value: Saxon XSLT::Schema ]
Set Variable [ $Schema ; Value: Substitute($Schema; Char(13); Char(10)) ]
Set Variable [ $r ; Value: MBS( "Saxon.Validate"; Saxon XSLT::XML; $Schema; 2 ) ]
Set Field [ Saxon XSLT::Result ; $r ]
Set Field [ Saxon XSLT::Messages ; MBS("Saxon.ValidationReport") ]

See also

Example Databases

Blog Entries

This function is free to use.

Created 6th January 2025, last changed 6th January 2025


Saxon.Validate - Saxon.Version