OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Profiling - was Do not process.


Error spotted.  My use of param

<xsl:param name="profile.audience" select="'public'"></xsl:param>
I had not quoted the select value.

Sorry to waste bandwidth - now working.


regards

On 10 July 2017 at 08:00, Dave Pawson <dave.pawson@gmail.com> wrote:
> Am I using this right please?
>
> docbook-xsl-1.79.1
>
> source
>  <informaltable audience="committee">
>
> customization
>
> <xsl:param name="profile.audience" select="public"></xsl:param>
>
> I.e. no match (hence I expect no output from the table)
>
> My custom
> <xsl:import href="/sgml/docbook/fo/profile-docbook.xsl"/>
> i.e. importing profile (one pass)
>
> Yet in the pdf I'm seeing the table?
>
> What have I got wrong please?
>
> regards
>
>
> On 9 July 2017 at 19:03, Jan Tosovsky <j.tosovsky@email.cz> wrote:
>> On 2017-07-09 Dave Pawson wrote:
>>> I'm using docbook for a committee meetings minutes.
>>> These are to be made public, but some sections (various
>>> elements, appendix down to para) require to be not
>>> shown (not processed through to PDF).
>>>
>>> Suggestions please for a suitable attribute (to add or use),
>>> then match on *[@redacted] etc
>>
>> For internal/public stuff in our documents we employ profiling using two 'condition' values. We then use two-pass processing.
>>
>> http://www.sagehill.net/docbookxsl/Profiling.html
>>
>> Jan
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
>> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>>
>
>
>
> --
> Dave Pawson
> XSLT XSL-FO FAQ.
> Docbook FAQ.
> http://www.dpawson.co.uk



-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]