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 problem


Great stuff! That did it.

Thanks a lot!

*Martin Polley
*Technical Communicator
+972 (52) 3864280
Homepage <http://212.179.45.118:8080/cocoon/writestuff/index.html>


Jirka Kosek wrote:

> Martin Polley wrote:
>
>>    <xsl:param name="html.stylesheet" select="'../html.css'"/>
>>    <xsl:param name="section.autolabel" select="0"/>
>>    <xsl:param name="profile.userlevel" select="user"/>
>
>
> You must surround user by apostrophes to make it XPath string literal. 
> Your code selects are user subelements instead of text 'user':
>
>     <xsl:param name="profile.userlevel" select="'user'"/>
>
> You can also alternatively use another syntax:
>
>     <xsl:param name="profile.userlevel">user</xsl:param>
>
>                 Jirka
>


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