[Home] [By Thread] [By Date] [Recent Entries]
At 2011-10-22 21:26 +0200, Lighton Phiri wrote:
I have two different files that I am using to generate html files. One of the html files references the other html file using an anchor ( <a name="uniqueid" /> ) I don't see why you cannot use generate-id(). During a transformation the identity of all nodes of all trees is unique. You simply reach into the tree with your target node and get its generated identifier. You say you are using XSLT 1.0 (it is easier in XSLT 2.0), so you can do: <xsl:for-each select="$other-file">
... make your way to the element ...
<xsl:value-of select="generate-id()"/>
</xsl:for-each>I have tried normalising the content, but I end up with duplicates when I try to replace spaces and other special characters. Any ideas on how best I can sort this out? Which is your input file and which is the referenced file? How is the referencing done in order to look up your target match? . . . . . . . . . Ken -- Contact us for world-wide XML consulting and instructor-led training Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Google+ profile: https://plus.google.com/116832879756988317389/about Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



