[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
Xmlizer (Diskussion | Beiträge)
Beispiel: Das version attribute ist mandatory http://www.w3.org/TR/xproc/#versioning-considerations
Zeile 35:
== Beispiel ==
<syntaxhighlight lang="xml">
<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
<p:input port="schemas" sequence="true"/>
 
Zeile 59:
Dieselbe Pipeline kann verkürzt formuliert werden, wenn deren Primary Ports implizit angegeben sind:
<syntaxhighlight lang="xml">
<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
<p:input port="schemas" sequence="true"/>