Search found 3 matches

by cdeiter
Tue Apr 06, 2021 7:02 pm
Forum: XSLT and FOP
Topic: XSLT using lookup table
Replies: 4
Views: 3241

Re: XSLT using lookup table

Thank you Octavian, that worked perfectly. I am having difficulties with another one if you don't mind helping. I did search the xsl:lists link you sent and I am not seeing anything. 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....
by cdeiter
Mon Apr 05, 2021 3:57 pm
Forum: XSLT and FOP
Topic: XSLT using lookup table
Replies: 4
Views: 3241

Re: XSLT using lookup table

I will try this and if that doesn't work, I will look on the mulberry page. Thank you very much for the response.
Cathy
by cdeiter
Tue Mar 30, 2021 11:12 pm
Forum: XSLT and FOP
Topic: XSLT using lookup table
Replies: 4
Views: 3241

XSLT using lookup table

Hello, I am a beginner writing XSLTs and I am stumped with writing one that refs to a lookup table and returns a result. I have the following: <mrp><mrp-setup-item> <name>Rivet</name> <qty>2</qty> <itemref> <xref wpid="S20002#ROW015" itemid="ROW015"/> </itemref> </mrp-setup-item>...