diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 322bdf6f..1031af66 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -211,6 +211,12 @@ export default () => ([ description: 'The Robotframework-MailClientLibrary is a keyword-based mail client library that supports testing of mail protocols, including IMAP, POP3, and SMTP with or without SSL connection.', tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl'] }, + { + name: 'Robotframework-XmlValidator', + href: 'https://github.com/MichaelHallik/robotframework-xmlvalidator', + description: 'A Robot Framework test library for validating XML files against XSD schemas, and more.', + tags: ['xml', 'xsd', 'xmlschema'] + }, { name: 'SapGuiLibrary', href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary/',