Skip to content

Commit 59509b4

Browse files
committedMar 10, 2024
add lessons
1 parent 7690b63 commit 59509b4

File tree

52 files changed

+917
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+917
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
3+
xmlns:c="http://www.w3.org/ns/xproc-step"
4+
version="1.0">
5+
6+
<p:input port="source">
7+
<p:inline>
8+
<doc>Hello world!</doc>
9+
</p:inline>
10+
</p:input>
11+
12+
<p:output port="result"/>
13+
14+
<p:identity/>
15+
16+
</p:declare-step>
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
3+
xmlns:c="http://www.w3.org/ns/xproc-step"
4+
version="1.0">
5+
6+
<!-- element <para/> als Kind von <doc/> einfügen -->
7+
8+
<p:input port="source">
9+
<p:inline>
10+
<doc/>
11+
</p:inline>
12+
</p:input>
13+
14+
<p:output port="result"/>
15+
16+
</p:declare-step>

0 commit comments

Comments
 (0)
Please sign in to comment.