Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/XML-DOM-serialization/XProc/xml-dom-serialization.xproc
Normal file
13
Task/XML-DOM-serialization/XProc/xml-dom-serialization.xproc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<p:pipeline xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
|
||||
<p:identity>
|
||||
<p:input port="source">
|
||||
<p:inline>
|
||||
<root>
|
||||
<element>
|
||||
Some text here
|
||||
</element>
|
||||
</root>
|
||||
</p:inline>
|
||||
</p:input>
|
||||
</p:identity>
|
||||
</p:pipeline>
|
||||
Loading…
Add table
Add a link
Reference in a new issue