{"id":24987400,"url":"https://github.com/sergi/xslty","last_synced_at":"2025-07-21T08:35:00.824Z","repository":{"id":9994058,"uuid":"12025917","full_name":"sergi/xslty","owner":"sergi","description":"Command-line XSLT 2.0 processor","archived":false,"fork":false,"pushed_at":"2017-04-29T18:09:07.000Z","size":1212,"stargazers_count":13,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T03:57:46.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-10T19:46:30.000Z","updated_at":"2020-06-10T13:49:57.000Z","dependencies_parsed_at":"2022-09-15T13:01:29.404Z","dependency_job_id":null,"html_url":"https://github.com/sergi/xslty","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sergi/xslty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fxslty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fxslty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fxslty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fxslty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergi","download_url":"https://codeload.github.com/sergi/xslty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fxslty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266119926,"owners_count":23879223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T11:42:55.646Z","updated_at":"2025-07-21T08:35:00.802Z","avatar_url":"https://github.com/sergi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XSLTy\n\nXslty is a simple command-line utility that transforms XML using [XSLT 2.0](http://www.w3.org/TR/xslt20/) and outputs it to `stdout`. I made it to scratch my own itch, so it might not suit your needs, but it probably will if you just need to transform XML.\n\n## Requirements\n\nXSLTy requires [PhantomJS](http://phantomjs.org/) to be installed. This is because XSLTy uses Saxon CE to parse XSLT 2.0, and that's a browser library.\n\nIn case you don't have PhantomJS installed, you can install it easy on OSX:\n\n```\nbrew update \u0026\u0026 brew install phantomjs\n```\n\nSee [PhantomJS download page](http://phantomjs.org/download.html) for other platforms\n\n## Installation\n\n```\nnpm install xslty -g\n```\n\n## Usage\n\n```\nxslty source.xml style.xsl\n```\nThe order of parameters is important. The source XML has to always go first, followed by the XSLT transformation file. Any result of the transformation will come out to `stdout`, while errors will come out to `stderr`, as expected.\n\n## License\n\nMozilla Public License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fxslty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergi%2Fxslty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fxslty/lists"}