Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] Displaying Unique attribute value

From: "Ganesh Babu N" <nbabuganesh@--------->
To:
Date: 10/29/2008 7:05:00 AM
Dear All,

I can able to get the unique page numbers but they are getting
displayed in the beginning of the document. My requirement is that
they have to be displayed where they appear along with the text. Is
there any way for this.

My XSL is like below:

<xsl:key name="page" match="*" use="@page-num"/>

<xsl:template match="/">
   <xsl:for-each select="//*">
      <xsl:if test="generate-id(.) = generate-id(key('page',@page-num)[1])">
           <xsl:variable name="num" select="key('page',@page-num)"/>
           <b><xsl:value-of select="$num/@page-num"/>, </b>
      </xsl:if>
   </xsl:for-each>
<xsl:apply-templates/>
</xsl:template>

On 10/7/08, Ganesh Babu N <nbabuganesh@xxxxxxxxx> wrote:
> Hai All,
>
> My input is in the first thread of this post. However i will explain
> the thing here. Each and every element is having page-num attribute.
> Suppose if 10 elements are there in the first page, all ten tags will
> have page-num="1". the 11th element will have page-num="2". I want to
> display page-num value in the browser where it is changing from the
> previous value. In other words I have to display unique page numbers
> when they occur first
>
> this is not bound with any element. because all the elements have
> page-num attribute. I will write templates to match with specific
> requirements of elements. This i do not know how to write it. I have
> tried with some <xsl:if> but it is not working.
>
> Please help me in this regard.
>
> Regards,
> Ganesh
>
>
>
> On 10/6/08, Michael Kay <mike@xxxxxxxxxxxx> wrote:
>>> Dear Mike,
>>
>> It's not a good idea to ask for help from a specific individual.
>>>
>>> I have tried with other elements as well but I am unable to
>>> get the result. Please help me.
>>>
>>>
>>> <xsl:template match="section/title">
>>> <h1><xsl:if
>>> test="generate-id(.)=generate-id(key('page',@page-num)[1])"><x
>>> sl:value-of
>>> select="generate-id(key('page',@page-num)[1])"/></xsl:if></h1>
>>> <h2><font color="red"><xsl:apply-templates/></font></h2>
>>> </xsl:template>
>>>
>>
>> I can't see what's wrong with this without seeing it in context. What's
>> the
>> input, what's in the rest of the stylesheet, how does the output differ
>> from
>> what's required?
>>
>> Michael Kay
>> http://www.saxonica.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent