- From: Norman Walsh <ndw@nwalsh.com>
- Date: Thu, 24 May 2007 08:06:49 -0400
- To: public-xml-processing-model-wg@w3.org
- Message-ID: <87ps4qifxi.fsf@nwalsh.com>
/ Innovimax SARL <innovimax@gmail.com> was heard to say:
| In http://www.w3.org/XML/XProc/testsuite/tests/valid/count001/Overview.html
|
| Whether the source and the pipeline file have been switched
| Whether the result is false
The identity step creates three copies of the input which are subsequently
counted, producing the result '3'. What's wrong with the result?
| In http://www.w3.org/XML/XProc/testsuite/tests/valid/labelelements001/Overview.html
|
| <p:for-each>
|  <p:output port="result"/>
|  <p:iteration-source select="//*[@xml:id]"/>
|  <p:identity/>
| </p:for-each>
|
| has two errors :
| p:iteration-source should be the first child of p:for-each
Since we agreed that input/output/option/parameter/journal order wouldn't
matter, I think this is ok. I think the spec is wrong :-)
| and
| p:iteration-source has an empty sequence as input
Ah, this convinces me that we need p:empty for binding empty sequences.
I interpret this as an *unbound* iteration-source and therefore the
default binding occurs.
| http://www.w3.org/XML/XProc/testsuite/tests/valid/param001/Overview.html
| is 404
Yeah, parameters are in such flux I didn't bother trying to finish that
test :-)
Removed (for the time being).
| In http://www.w3.org/XML/XProc/testsuite/tests/valid/validrng001/Overview.html
| port schema is empty
Fixed.
| In http://www.w3.org/XML/XProc/testsuite/tests/valid/validxsd001/Overview.html
| not sure why there is <<elementFormDefault="qualified">> in the XML Schema
Because that's the right default form for elements :-)
| Why the space before doc in the result has been removed ?
That's possibly a bug in my implementation. Or my prettyprinter.
| In http://www.w3.org/XML/XProc/testsuite/tests/valid/xinclude001/Overview.html
| Please say that the test depends on a external data directory
Fixed.
                                        Be seeing you,
                                          norm
-- 
Norman Walsh <ndw@nwalsh.com> | It is important what a man still plans
http://nwalsh.com/            | at the end. It shows the measure of
                              | injustice in his death.--Elias Canetti
Received on Thursday, 24 May 2007 12:07:30 UTC