W3C home > Mailing lists > Public > xproc-dev@w3.org > October 2020

Re: controlling indentation on individual XSLT steps?

From: Martin Honnen <martin.honnen@gmx.de>
Date: Sat, 3 Oct 2020 20:19:12 +0200
To: xproc-dev@w3.org
Message-ID: <8a99fc23-ab74-79ea-38dc-e43d45ff9f48@gmx.de>
On 03.10.2020 19:55, David Birnbaum wrote:
> Thanks, all, for the quick responses. Achim reported that Morgana may
> not yet be processing suppress-indentation (as Gerrit also surmised), so
> bracketing that for the moment, I'm having trouble specifying indent on
> a <p:store>. The relevant bits, removing the attempt to deal with
> suppress-indentation, read:
>
>        <p:xslt name="split-forms">
>          <p:with-input port="stylesheet"
>     href="split-alternative-stress.xsl"/>
>        </p:xslt>
>
>        <p:store href="../../output/adj-split-forms.xml" >
>          <p:with-option name="indent" select="false()"/>
>        </p:store>
>
>
> and compilation fails with:

I think
   <p:store serialization="map{ 'indent' : false() }" href="..."/>
should do.
Received on Saturday, 3 October 2020 18:19:29 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 3 October 2020 18:19:30 UTC