[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Using Lookup file in XSLT to cross reference old a
On 06.04.2021 19:05, Deiter, Cathy E (US) cathy.deiter@xxxxxxxxxxxxxx wrote:
I am a Newbie and am having difficulties with an XSLT doing a lookup. I need to lookup up an old file number based off of an attribute, look at the lookup file and pull in the new number. I am using Oxygen Editor version 22.1. I would always use a key e.g. declare <xsl:key name="file-ref" match="row/NewFile" use="@id"/> then simply use a template <xsl:template match="xref/@wpid[key('file-ref', ., doc('lookup.xml'))]"> <xsl:attribute name="{name()}" select="key('file-ref', ., doc('lookup.xml')"/> </xsl:template> All normal copying would be handled by the identity transformation.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|