hdesp 0 Newbie Poster

Hi all, I have a text encoded in tei xml like this:

<p> <phr> some text </phr><phr> other text</phr></p>

with xsl I could number all the phrases:

    <xsl:template match="phr">
    <xsl:number format="1" level="multiple" />.<xsl:apply-templates/>
    </xsl:template>

now I would like to tranform the numbers into link to other internal phr. Any idea?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.