{"id":31536650,"url":"https://github.com/nullfx/xsltrans","last_synced_at":"2025-10-04T07:47:06.809Z","repository":{"id":48402199,"uuid":"344242715","full_name":"nullfx/xsltrans","owner":"nullfx","description":"a simple xml transform command line utility","archived":false,"fork":false,"pushed_at":"2021-07-27T23:46:17.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T21:13:28.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullfx.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":"2021-03-03T19:35:31.000Z","updated_at":"2021-07-27T23:46:12.000Z","dependencies_parsed_at":"2022-08-24T09:32:14.338Z","dependency_job_id":null,"html_url":"https://github.com/nullfx/xsltrans","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/nullfx/xsltrans","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fxsltrans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fxsltrans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fxsltrans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fxsltrans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullfx","download_url":"https://codeload.github.com/nullfx/xsltrans/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fxsltrans/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283493,"owners_count":25961310,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-04T07:47:04.611Z","updated_at":"2025-10-04T07:47:06.802Z","avatar_url":"https://github.com/nullfx.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xsltrans - An XML Transform Utility\nA simple utility for applying an [XSLT](https://www.w3.org/TR/xslt/) stylesheet to one or more XML files conceptually similar to [xsltproc](http://xmlsoft.org/xslt/xsltproc.html).  The utility can be run on a single XML file or by specifying a folder containing multiple XML files with a search pattern.\n\n## Command Line Args\n| Short | Long | Description |\n| ------|------|-------------|\n|\\-x| \\--xslt| XSLT File Path|\n|\\-f| \\--file|XML File to transform (cannot specify both file and folder)|\n|\\-F| \\--folder|Folder path containing XML Files to transform (cannot specify both file and folder)|\n|\\-i| \\--include|When transforming XML files by folder specify file extensions to include (ex: -i *.xml or --include *.xml)|\n|\\-o| \\--out|Output file path|\n|\\-h| \\--help|Displays the help|\n\n## Examples\n\n### Batch transform\n\n```bash\n$ xsltrans -x ~/xml2csv.xslt -F ~/my_xml_files -o ~/output.csv\n```\n\n### Batch transform with search filter\n\n```bash\n$ xsltrans -x ~/xml2txt.xslt -F ~/my_xml_files -i *02_2020.xml -o ~/output.txt\n```\n\n### Single File\n\n```bash\n$ xsltrans -x ~/xml2html.xslt -f ~/my_doc.xml -o ~/output.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullfx%2Fxsltrans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullfx%2Fxsltrans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullfx%2Fxsltrans/lists"}