Re: [xsl] xslt create a variable from external xml file

Subject: Re: [xsl] xslt create a variable from external xml file
From: "Chris Papademetrious christopher.papademetrious@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Aug 2023 11:50:52 -0000
Hi Phillip,

When something does not work as expected, I sometimes do the following:

1. Isolate the thing that is not working into a simple testcase.
2. If the simple testcase does not work as expected, then I need to correct my
understanding of that feature.
3. If the simple testcase works as expected, then
    a. Transform the simple testcase into the full testcase, one small change
at a time.
   b. After each change, test the small testcase. When it stops working, I
know which change caused it to behave differently than expected.


  *   Chris


From: LEGAULT, PHILLIP plegault@xxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, August 28, 2023 7:36 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] xslt create a variable from external xml file

Thanks everyone for your help.
-Chris
Obviously I did not try this,
thank you!

Current Thread