mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
|
|
xmlns:c="http://www.w3.org/ns/xproc-step" version="1.0">
|
|
<p:input port="source">
|
|
<p:inline>
|
|
<doc>Hello world!</doc>
|
|
</p:inline>
|
|
</p:input>
|
|
<p:output port="result"/>
|
|
<p:identity/>
|
|
</p:declare-step> |