- From: mozer <xmlizer@gmail.com>
- Date: Sun, 7 Oct 2007 04:38:13 +0200
- To: "James Fuller" <james.fuller.2007@gmail.com>
- Cc: public-xml-processing-model-comments@w3.org
On 10/6/07, James Fuller <james.fuller.2007@gmail.com> wrote: > > test-suite sparked my mind on what effects xinclude may have during > processing of an XProc document. > > There maybe times when you would want to give the pipeline author a > chance to specifically disallow xinclude processing (and have > implementator handle this)...perhaps a flag on pipeline? Are you asking for a way to do that ? <p:choose> <p:when test="$how = 'automatic'"> <p:xinclude/> </p:when> <p:otherwise> <p:viewport match="xi:include"> <!--... --> </p:viewport> </p:otherwise> </p:choose> > > also, thinking about the knock on effects of using xinclude within > p:inline elements. That's not possible Xmlizer
Received on Sunday, 7 October 2007 02:38:24 UTC