Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~60 People Reached
Favorite Forums
Favorite Tags
xml x 1
Member Avatar for hdesp

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?

0
60