This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

generate-id()


Hello Everyone,

Im trying to use the generate-id function and I seem to be getting a
different id on the same node.

On the xml below I do an 
<a  href="#{generate-id(filingContent[@type='10-K'])}">10-K</a>
I get <a class="secPrimaryLink" href="#b2b1b1">10-K</a>.

The <a name> is in an apply-templates called like this  <a
name="{generate-id(@type)}" />
I get  <a name="b2b1b1_type"></a>

Why is _type being appended?


XML
<filingContent type="10-K">
           <paragraph>
            <text>
               10-K with a positive response to box on cover concerning rule
16 delinquent filers 
            </text>
        </paragraph>
    </filingContent>

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]