{"id":54805,"library":"saxon-he","title":"Saxon-HE","description":"The XSLT and XQuery Processor, providing high-performance XSLT 3.0, XQuery 3.1, and XPath 3.1 processing.","status":"active","version":"11.1.1","language":"java","source_language":null,"source_url":"https://saxonica.plan.io/projects/saxonmirrorhe/repository","tags":["xslt","xquery","xml","transformation","processor"],"install":[{"cmd":"<dependency>\n  <groupId>net.sf.saxon</groupId>\n  <artifactId>Saxon-HE</artifactId>\n  <version>11.1.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.sf.saxon:Saxon-HE:11.1.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Processor","correct":"net.sf.saxon.s9api.Processor"}],"quickstart":{"code":"import net.sf.saxon.s9api.Processor;\nimport net.sf.saxon.s9api.XsltCompiler;\nimport net.sf.saxon.s9api.XsltExecutable;\nimport net.sf.saxon.s9api.Serializer;\nimport javax.xml.transform.stream.StreamSource;\nimport java.io.StringWriter;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        Processor processor = new Processor(false);\n        XsltCompiler compiler = processor.newXsltCompiler();\n        XsltExecutable executable = compiler.compile(new StreamSource(\"transform.xsl\"));\n        Serializer out = processor.newSerializer(new StringWriter());\n        executable.transform(new StreamSource(\"input.xml\"), out);\n        System.out.println(out.toString());\n    }\n}","lang":"java","description":"Compiles an XSLT stylesheet and transforms an XML input."},"warnings":[{"fix":"If you need streaming or schema-aware features, upgrade to Saxon-PE or -EE.","message":"Saxon-HE does not support XSLT 3.0 streaming or schema-aware processing; those require Saxon-PE or -EE.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'3.0':14 '3.1':16,19 'high':11 'high-perform':10 'perform':12 'process':20 'processor':8,25 'provid':9 'saxon':2 'saxon-h':1 'transform':24 'xml':23 'xpath':18 'xqueri':7,15,22 'xslt':5,13,21","created_at":"2026-06-15T09:24:03.860237+00:00","updated_at":"2026-06-15T09:24:03.860237+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.saxonica.com/","github":null,"docs":"https://appdoc.app/artifact/net.sf.saxon/Saxon-HE/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}