gchq / gchq/CyberChef

Operation request: XSLT processor

Open
#418 0 comments 0 reactions 0 assignees View on GitHub
help wanted operation
Dominant language
JavaScript
Stars
35.8k
Forks
4.1k
Avg merge
2d 26m
Merged PRs (30d)
33

Description

### Summary

An operation to process XSLT over XML input.

https://en.wikipedia.org/wiki/XSLT

### Example

Input
```xml


John
Smith


Morka
Ismincius

```

XSLT
```xml









```

Output
```xml

John
Morka

```

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by locating existing operation implementations and the project’s dependency approach, then determine how the supplied XML and XSLT example should be represented and tested; done means the operation produces the shown XML output.

Written by the indexing model from the issue text.

Assessment

Tech stack
xml
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.