- From: Innovimax SARL <innovimax@gmail.com>
- Date: Sat, 5 May 2007 13:03:45 +0200
- To: "XProc WG" <public-xml-processing-model-wg@w3.org>
Dear,
There is many places where an "empty document" can appear....but what
does it mean and what are the use case
1) by construct
<p:input port="source">
<p:inline />
</p:input>
2) by deleting all the nodes
<p:delete>
<p:input port="source">
<p:inline>
<root/>
</p:inline>
</p:input>
<p:option name="match" select="/"/>
</p:delete>
3) in a sequence, generate by for-each
<p:for-each select="//*">
<p:output port="result"/>
</p:for-each>
?? do I have here a sequence of "empty-document" ??
Mohamed
--
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €
Received on Saturday, 5 May 2007 11:03:50 UTC