Re: xinclude processing and XProc

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